#FACDBB

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

Shades of Watusi #FACDBB

Tints of Watusi #FACDBB

Color information

#FACDBB (or 0xFACDBB) is unknown color: approx Watusi. HEX triplet: FA, CD and BB. RGB value is (250,205,187). Sum of RGB (Red+Green+Blue) = 250+205+187=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDBB is #053244. Grayscale: #D8D8D8. Windows color (decimal): -340549 or 12307962. OLE color: 12307962.

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

Color convert

RGB250205187-
CMYK00.180.250.02
HSL17.14º86.3%85.69%-
HSV(B)17.14º25.2%98.04%-
XYZ70.2367.5756.36-
YUV216.4111.41151.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=38.94%
G=31.93%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020518700.180.250.0217.1486.385.69
HexFACDBB012192115656
Octal37231527302231221126126
Binary11111010110011011011101101001011001101000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDBB; }

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

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

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

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

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

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

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

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