#F0C5BA

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

Shades of Watusi #F0C5BA

Tints of Watusi #F0C5BA

Color information

#F0C5BA (or 0xF0C5BA) is unknown color: approx Watusi. HEX triplet: F0, C5 and BA. RGB value is (240,197,186). Sum of RGB (Red+Green+Blue) = 240+197+186=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C5BA is #0F3A45. Grayscale: #D0D0D0. Windows color (decimal): -997958 or 12240368. OLE color: 12240368.

HSL color Cylindrical-coordinate representation of color #F0C5BA: hue angle of 12.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C5BA is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240197186-
CMYK00.180.220.06
HSL12.22º64.29%83.53%-
HSV(B)12.22º22.5%94.12%-
XYZ64.766255.01-
YUV208.6115.25150.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=38.52%
G=31.62%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019718600.180.220.0612.2264.2983.53
HexF0C5BA012166c4054
Octal36030527202226614100124
Binary11110000110001011011101001001010110110110010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C5BA; }

 p { color: rgb(240,197,186); }

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

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

 a { background-color: rgb(240,197,186); }

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

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

 span { border-color: rgb(240,197,186); }

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