#FACBBB

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

Shades of Watusi #FACBBB

Tints of Watusi #FACBBB

Color information

#FACBBB (or 0xFACBBB) is unknown color: approx Watusi. HEX triplet: FA, CB and BB. RGB value is (250,203,187). Sum of RGB (Red+Green+Blue) = 250+203+187=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBBB is #053444. Grayscale: #D7D7D7. Windows color (decimal): -341061 or 12307450. OLE color: 12307450.

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

Color convert

RGB250203187-
CMYK00.190.250.02
HSL15.24º86.3%85.69%-
HSV(B)15.24º25.2%98.04%-
XYZ69.7566.6256.2-
YUV215.23112.07152.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=39.06%
G=31.72%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020318700.190.250.0215.2486.385.69
HexFACBBB013192f5656
Octal37231327302331217126126
Binary1111101011001011101110110100111100110111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBBB; }

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

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

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

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

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

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

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

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