Html Css Color HEX #F0C7BD Watusi

📋 copy color: '#F0C7BD'

red 240 ◦ green 199 ◦ blue 189

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

Shades of Watusi #F0C7BD

Tints of Watusi #F0C7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.69%

 BLUE value IS 189 (74.22% from 255) = 30.1%

R = 38.22%
G = 31.69%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0C7BD (or 0xF0C7BD) is known color: Watusi. HEX triplet: F0, C7 and BD. RGB value is (240,199,189). Sum of RGB (Red+Green+Blue) = 240+199+189=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7BD is #0F3842. Grayscale: #D2D2D2. Windows color (decimal): -997443 or 12437488. OLE color: 12437488.

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

Color convert

RGB 240 199 189 -
CMYK 0 0.17 0.21 0.06
HSL 11.76º 0.63% 0.84% -
HSV(B) 11.76º 0.21% 0.94% -
XYZ 65.54 63.05 56.86 -
YUV 210.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 240 199 189 0 0.17 0.21 0.06 11.76 0.63 0.84
Hex F0 C7 BD 0 11 15 6 C 3F 54
Octal 360 307 275 0 21 25 6 14 77 124
Binary 11110000 11000111 10111101 0 10001 10101 110 1100 111111 1010100

Color Harmonies of #F0C7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7BD

Black with #F0C7BD

Text Example


Text Example

White with #F0C7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7BD; }

 p { color: rgb(240,199,189); }

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

background-color css

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

 a { background-color: rgb(240,199,189); }

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

border-color css

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

 span { border-color: rgb(240,199,189); }

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