Html Css Color HEX #F0C5BB Watusi

📋 copy color: '#F0C5BB'

red 240 ◦ green 197 ◦ blue 187

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

Shades of Watusi #F0C5BB

Tints of Watusi #F0C5BB

RGB

 RED value IS 240 (94.14% from 255) = 38.46%

 GREEN value IS 197 (77.34% from 255) = 31.57%

 BLUE value IS 187 (73.44% from 255) = 29.97%

R = 38.46%
G = 31.57%
B = 29.97%

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

#F0C5BB (or 0xF0C5BB) is known color: Watusi. HEX triplet: F0, C5 and BB. RGB value is (240,197,187). Sum of RGB (Red+Green+Blue) = 240+197+187=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C5BB is #0F3A44. Grayscale: #D0D0D0. Windows color (decimal): -997957 or 12305904. OLE color: 12305904.

HSL color Cylindrical-coordinate representation of color #F0C5BB: hue angle of 11.32º 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 #F0C5BB is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 197 187 -
CMYK 0 0.18 0.22 0.06
HSL 11.32º 0.64% 0.84% -
HSV(B) 11.32º 0.22% 0.94% -
XYZ 64.87 62.05 55.57 -
YUV 208.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 240 197 187 0 0.18 0.22 0.06 11.32 0.64 0.84
Hex F0 C5 BB 0 12 16 6 B 40 54
Octal 360 305 273 0 22 26 6 13 100 124
Binary 11110000 11000101 10111011 0 10010 10110 110 1011 1000000 1010100

Color Harmonies of #F0C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C5BB

Black with #F0C5BB

Text Example


Text Example

White with #F0C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C5BB; }

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

 H1.HeaderClassName
 {
   color: #F0C5BB;
 }
 .AnyTagClassName
 {
   color: #F0C5BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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