#FACDBA

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

Shades of Watusi #FACDBA

Tints of Watusi #FACDBA

Color information

#FACDBA (or 0xFACDBA) is unknown color: approx Watusi. HEX triplet: FA, CD and BA. RGB value is (250,205,186). Sum of RGB (Red+Green+Blue) = 250+205+186=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDBA is #053245. Grayscale: #D8D8D8. Windows color (decimal): -340550 or 12242426. OLE color: 12242426.

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

Color convert

RGB250205186-
CMYK00.180.260.02
HSL17.81º86.49%85.49%-
HSV(B)17.81º25.6%98.04%-
XYZ70.1267.5355.79-
YUV216.29110.91152.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 186 (73.05% from 255) = 29.02%
R=39.00%
G=31.98%
B=29.02%

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
Decimal25020518600.180.260.0217.8186.4985.49
HexFACDBA0121A2125655
Octal37231527202232222126125
Binary11111010110011011011101001001011010101001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDBA; }

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

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

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

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

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

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

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

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