Html Css Color HEX #F0C5BA Watusi

📋 copy color: '#F0C5BA'

red 240 ◦ green 197 ◦ blue 186

#F0C5BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watusi #F0C5BA

Tints of Watusi #F0C5BA

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 value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0C5BA (or 0xF0C5BA) is known color: 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.23%. 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

RGB 240 197 186 -
CMYK 0 0.18 0.22 0.06
HSL 12.22º 0.64% 0.84% -
HSV(B) 12.22º 0.23% 0.94% -
XYZ 64.76 62 55.01 -
YUV 208.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 240 197 186 0 0.18 0.22 0.06 12.22 0.64 0.84
Hex F0 C5 BA 0 12 16 6 C 40 54
Octal 360 305 272 0 22 26 6 14 100 124
Binary 11110000 11000101 10111010 0 10010 10110 110 1100 1000000 1010100

Color Harmonies of #F0C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C5BA

Black with #F0C5BA

Text Example


Text Example

White with #F0C5BA

Text Example


Text Example

HTML Codes & Css Web 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>