#F8CBBD

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

Shades of Watusi #F8CBBD

Tints of Watusi #F8CBBD

Color information

#F8CBBD (or 0xF8CBBD) is unknown color: approx Watusi. HEX triplet: F8, CB and BD. RGB value is (248,203,189). Sum of RGB (Red+Green+Blue) = 248+203+189=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBBD is #073442. Grayscale: #D6D6D6. Windows color (decimal): -472131 or 12438520. OLE color: 12438520.

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

Color convert

RGB248203189-
CMYK00.180.240.03
HSL14.24º80.82%85.69%-
HSV(B)14.24º23.79%97.25%-
XYZ69.2566.3457.3-
YUV214.86113.41151.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=38.75%
G=31.72%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820318900.180.240.0314.2480.8285.69
HexF8CBBD012183e5156
Octal37031327502230316121126
Binary1111100011001011101111010100101100011111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CBBD; }

 p { color: rgb(248,203,189); }

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

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

 a { background-color: rgb(248,203,189); }

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

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

 span { border-color: rgb(248,203,189); }

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