Html Css Color HEX #F0CFBC Watusi

📋 copy color: '#F0CFBC'

red 240 ◦ green 207 ◦ blue 188

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

Shades of Watusi #F0CFBC

Tints of Watusi #F0CFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.6%

 BLUE value IS 188 (73.83% from 255) = 29.61%

R = 37.8%
G = 32.6%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0CFBC (or 0xF0CFBC) is known color: Watusi. HEX triplet: F0, CF and BC. RGB value is (240,207,188). Sum of RGB (Red+Green+Blue) = 240+207+188=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFBC is #0F3043. Grayscale: #D6D6D6. Windows color (decimal): -995396 or 12374000. OLE color: 12374000.

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

Color convert

RGB 240 207 188 -
CMYK 0 0.14 0.22 0.06
HSL 21.92º 0.63% 0.84% -
HSV(B) 21.92º 0.22% 0.94% -
XYZ 67.33 66.78 56.92 -
YUV 214.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 240 207 188 0 0.14 0.22 0.06 21.92 0.63 0.84
Hex F0 CF BC 0 E 16 6 16 3F 54
Octal 360 317 274 0 16 26 6 26 77 124
Binary 11110000 11001111 10111100 0 1110 10110 110 10110 111111 1010100

Color Harmonies of #F0CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFBC

Black with #F0CFBC

Text Example


Text Example

White with #F0CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFBC; }

 p { color: rgb(240,207,188); }

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

background-color css

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

 a { background-color: rgb(240,207,188); }

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

border-color css

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

 span { border-color: rgb(240,207,188); }

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