#F8CDBB

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

Shades of Watusi #F8CDBB

Tints of Watusi #F8CDBB

Color information

#F8CDBB (or 0xF8CDBB) is unknown color: approx Watusi. HEX triplet: F8, CD and BB. RGB value is (248,205,187). Sum of RGB (Red+Green+Blue) = 248+205+187=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDBB is #073244. Grayscale: #D7D7D7. Windows color (decimal): -471621 or 12307960. OLE color: 12307960.

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

Color convert

RGB248205187-
CMYK00.170.250.03
HSL17.7º81.33%85.29%-
HSV(B)17.7º24.6%97.25%-
XYZ69.5167.2156.32-
YUV215.8111.75150.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=38.75%
G=32.03%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820518700.170.250.0317.781.3385.29
HexF8CDBB011193125155
Octal37031527302131322121125
Binary11111000110011011011101101000111001111001010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDBB; }

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

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

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

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

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

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

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

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