#F8CDBF

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

Shades of Watusi #F8CDBF

Tints of Watusi #F8CDBF

Color information

#F8CDBF (or 0xF8CDBF) is unknown color: approx Watusi. HEX triplet: F8, CD and BF. RGB value is (248,205,191). Sum of RGB (Red+Green+Blue) = 248+205+191=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDBF is #073240. Grayscale: #D8D8D8. Windows color (decimal): -471617 or 12570104. OLE color: 12570104.

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

Color convert

RGB248205191-
CMYK00.170.230.03
HSL14.74º80.28%86.08%-
HSV(B)14.74º22.98%97.25%-
XYZ69.9567.3858.61-
YUV216.26113.75150.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.51%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 191 (75% from 255) = 29.66%
R=38.51%
G=31.83%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820519100.170.230.0314.7480.2886.08
HexF8CDBF011173f5056
Octal37031527702127317120126
Binary1111100011001101101111110100011011111111110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDBF; }

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

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

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

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

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

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

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

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