#FACCBD

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

Shades of Watusi #FACCBD

Tints of Watusi #FACCBD

Color information

#FACCBD (or 0xFACCBD) is unknown color: approx Watusi. HEX triplet: FA, CC and BD. RGB value is (250,204,189). Sum of RGB (Red+Green+Blue) = 250+204+189=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCBD is #053342. Grayscale: #D8D8D8. Windows color (decimal): -340803 or 12438778. OLE color: 12438778.

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

Color convert

RGB250204189-
CMYK00.180.240.02
HSL14.75º85.92%86.08%-
HSV(B)14.75º24.4%98.04%-
XYZ70.267.1857.41-
YUV216.04112.74152.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 189 (74.22% from 255) = 29.39%
R=38.88%
G=31.73%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020418900.180.240.0214.7585.9286.08
HexFACCBD012182f5656
Octal37231427502230217126126
Binary1111101011001100101111010100101100010111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCBD; }

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

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

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

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

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

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

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

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