#F8CCBA

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

Shades of Watusi #F8CCBA

Tints of Watusi #F8CCBA

Color information

#F8CCBA (or 0xF8CCBA) is unknown color: approx Watusi. HEX triplet: F8, CC and BA. RGB value is (248,204,186). Sum of RGB (Red+Green+Blue) = 248+204+186=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCBA is #073345. Grayscale: #D7D7D7. Windows color (decimal): -471878 or 12242168. OLE color: 12242168.

HSL color Cylindrical-coordinate representation of color #F8CCBA: hue angle of 17.42º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8CCBA is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248204186-
CMYK00.180.250.03
HSL17.42º81.58%85.1%-
HSV(B)17.42º25%97.25%-
XYZ69.1766.6955.68-
YUV215.1111.58151.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=38.87%
G=31.97%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820418600.180.250.0317.4281.5885.1
HexF8CCBA012193115255
Octal37031427202231321122125
Binary11111000110011001011101001001011001111000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCBA; }

 p { color: rgb(248,204,186); }

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

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

 a { background-color: rgb(248,204,186); }

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

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

 span { border-color: rgb(248,204,186); }

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