Html Css Color HEX #F0CFBE Watusi

📋 copy color: '#F0CFBE'

red 240 ◦ green 207 ◦ blue 190

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

Shades of Watusi #F0CFBE

Tints of Watusi #F0CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.83%

R = 37.68%
G = 32.5%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0CFBE (or 0xF0CFBE) is known color: Watusi. HEX triplet: F0, CF and BE. RGB value is (240,207,190). Sum of RGB (Red+Green+Blue) = 240+207+190=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFBE is #0F3041. Grayscale: #D7D7D7. Windows color (decimal): -995394 or 12505072. OLE color: 12505072.

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

Color convert

RGB 240 207 190 -
CMYK 0 0.14 0.21 0.06
HSL 20.4º 0.63% 0.84% -
HSV(B) 20.4º 0.21% 0.94% -
XYZ 67.54 66.87 58.06 -
YUV 214.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 240 207 190 0 0.14 0.21 0.06 20.4 0.63 0.84
Hex F0 CF BE 0 E 15 6 14 3E 54
Octal 360 317 276 0 16 25 6 24 76 124
Binary 11110000 11001111 10111110 0 1110 10101 110 10100 111110 1010100

Color Harmonies of #F0CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFBE

Black with #F0CFBE

Text Example


Text Example

White with #F0CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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