#FACABE

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

Shades of Your Pink #FACABE

Tints of Your Pink #FACABE

Color information

#FACABE (or 0xFACABE) is unknown color: approx Your Pink. HEX triplet: FA, CA and BE. RGB value is (250,202,190). Sum of RGB (Red+Green+Blue) = 250+202+190=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FACABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACABE is #053541. Grayscale: #D7D7D7. Windows color (decimal): -341314 or 12503802. OLE color: 12503802.

HSL color Cylindrical-coordinate representation of color #FACABE: hue angle of 12º 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 #FACABE is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250202190-
CMYK00.190.240.02
HSL12º85.71%86.27%-
HSV(B)12º24%98.04%-
XYZ69.8466.2857.83-
YUV214.98113.9152.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 190 (74.61% from 255) = 29.60%
R=38.94%
G=31.46%
B=29.60%

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
Decimal25020219000.190.240.021285.7186.27
HexFACABE013182c5656
Octal37231227602330214126126
Binary1111101011001010101111100100111100010110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACABE; }

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

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

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

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

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

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

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

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