#F8CDBD

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

Shades of Watusi #F8CDBD

Tints of Watusi #F8CDBD

Color information

#F8CDBD (or 0xF8CDBD) is unknown color: approx Watusi. HEX triplet: F8, CD and BD. RGB value is (248,205,189). Sum of RGB (Red+Green+Blue) = 248+205+189=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDBD is #073242. Grayscale: #D8D8D8. Windows color (decimal): -471619 or 12439032. OLE color: 12439032.

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

Color convert

RGB248205189-
CMYK00.170.240.03
HSL16.27º80.82%85.69%-
HSV(B)16.27º23.79%97.25%-
XYZ69.7367.2957.46-
YUV216.03112.75150.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 189 (74.22% from 255) = 29.44%
R=38.63%
G=31.93%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820518900.170.240.0316.2780.8285.69
HexF8CDBD011183105156
Octal37031527502130320121126
Binary11111000110011011011110101000111000111000010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDBD; }

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

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

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

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

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

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

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

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