#F5C8BB

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

Shades of Watusi #F5C8BB

Tints of Watusi #F5C8BB

Color information

#F5C8BB (or 0xF5C8BB) is unknown color: approx Watusi. HEX triplet: F5, C8 and BB. RGB value is (245,200,187). Sum of RGB (Red+Green+Blue) = 245+200+187=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C8BB is #0A3744. Grayscale: #D4D4D4. Windows color (decimal): -669509 or 12306677. OLE color: 12306677.

HSL color Cylindrical-coordinate representation of color #F5C8BB: hue angle of 13.45º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5C8BB is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245200187-
CMYK00.180.240.04
HSL13.45º74.36%84.71%-
HSV(B)13.45º23.67%96.08%-
XYZ67.2864.3155.88-
YUV211.97113.91151.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.77%
GREEN value IS 200 (78.52% from 255) = 31.65%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=38.77%
G=31.65%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520018700.180.240.0413.4574.3684.71
HexF5C8BB012184d4a55
Octal36531027302230415112125
Binary11110101110010001011101101001011000100110110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C8BB; }

 p { color: rgb(245,200,187); }

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

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

 a { background-color: rgb(245,200,187); }

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

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

 span { border-color: rgb(245,200,187); }

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