#FACCBB

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

Shades of Watusi #FACCBB

Tints of Watusi #FACCBB

Color information

#FACCBB (or 0xFACCBB) is unknown color: approx Watusi. HEX triplet: FA, CC and BB. RGB value is (250,204,187). Sum of RGB (Red+Green+Blue) = 250+204+187=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCBB is #053344. Grayscale: #D7D7D7. Windows color (decimal): -340805 or 12307706. OLE color: 12307706.

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

Color convert

RGB250204187-
CMYK00.180.250.02
HSL16.19º86.3%85.69%-
HSV(B)16.19º25.2%98.04%-
XYZ69.9967.156.28-
YUV215.82111.74152.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 187 (73.44% from 255) = 29.17%
R=39.00%
G=31.83%
B=29.17%

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
Decimal25020418700.180.250.0216.1986.385.69
HexFACCBB012192105656
Octal37231427302231220126126
Binary11111010110011001011101101001011001101000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCBB; }

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

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

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

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

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

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

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

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