#FACBBE

Color #FACBBE Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FACBBE

Tints of Your Pink #FACBBE

Color information

#FACBBE (or 0xFACBBE) is unknown color: approx Your Pink. HEX triplet: FA, CB and BE. RGB value is (250,203,190). Sum of RGB (Red+Green+Blue) = 250+203+190=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBBE is #053441. Grayscale: #D7D7D7. Windows color (decimal): -341058 or 12504058. OLE color: 12504058.

HSL color Cylindrical-coordinate representation of color #FACBBE: hue angle of 13º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FACBBE is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250203190-
CMYK00.190.240.02
HSL13º85.71%86.27%-
HSV(B)13º24%98.04%-
XYZ70.0766.7557.91-
YUV215.57113.57152.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 190 (74.61% from 255) = 29.55%
R=38.88%
G=31.57%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020319000.190.240.021385.7186.27
HexFACBBE013182d5656
Octal37231327602330215126126
Binary1111101011001011101111100100111100010110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBBE; }

 p { color: rgb(250,203,190); }

 H1.HeaderClassName
 {
   color: #FACBBE;
 }
 .AnyTagClassName
 {
   color: #FACBBE;
 }
</style>
background-color css

<style>
 a { background-color: #FACBBE; }

 a { background-color: rgb(250,203,190); }

 div.DivClassName
 {
   background-color: #FACBBE;
 }
 .BgClassName
 {
   background-color: #FACBBE;
 }
</style>
border-color css

<style>
 span { border-color: #FACBBE; }

 span { border-color: rgb(250,203,190); }

 td.TdClassName
 {
   border-color: #FACBBE;
 }
 .TagClassName
 {
   border-color: #FACBBE;
 }
</style>