#FACCBA

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

Shades of Watusi #FACCBA

Tints of Watusi #FACCBA

Color information

#FACCBA (or 0xFACCBA) is unknown color: approx Watusi. HEX triplet: FA, CC and BA. RGB value is (250,204,186). Sum of RGB (Red+Green+Blue) = 250+204+186=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCBA is #053345. Grayscale: #D7D7D7. Windows color (decimal): -340806 or 12242170. OLE color: 12242170.

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

Color convert

RGB250204186-
CMYK00.180.260.02
HSL16.88º86.49%85.49%-
HSV(B)16.88º25.6%98.04%-
XYZ69.8867.0555.71-
YUV215.7111.24152.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=39.06%
G=31.88%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020418600.180.260.0216.8886.4985.49
HexFACCBA0121A2115655
Octal37231427202232221126125
Binary11111010110011001011101001001011010101000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCBA; }

 p { color: rgb(250,204,186); }

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

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

 a { background-color: rgb(250,204,186); }

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

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

 span { border-color: rgb(250,204,186); }

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