Html Css Color HEX #F0CBBE Watusi

📋 copy color: '#F0CBBE'

red 240 ◦ green 203 ◦ blue 190

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

Shades of Watusi #F0CBBE

Tints of Watusi #F0CBBE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.07%

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

R = 37.91%
G = 32.07%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0CBBE (or 0xF0CBBE) is known color: Watusi. HEX triplet: F0, CB and BE. RGB value is (240,203,190). Sum of RGB (Red+Green+Blue) = 240+203+190=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBBE is #0F3441. Grayscale: #D4D4D4. Windows color (decimal): -996418 or 12504048. OLE color: 12504048.

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

Color convert

RGB 240 203 190 -
CMYK 0 0.15 0.21 0.06
HSL 15.6º 0.63% 0.84% -
HSV(B) 15.6º 0.21% 0.94% -
XYZ 66.59 64.95 57.74 -
YUV 212.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 240 203 190 0 0.15 0.21 0.06 15.6 0.63 0.84
Hex F0 CB BE 0 F 15 6 10 3E 54
Octal 360 313 276 0 17 25 6 20 76 124
Binary 11110000 11001011 10111110 0 1111 10101 110 10000 111110 1010100

Color Harmonies of #F0CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBBE

Black with #F0CBBE

Text Example


Text Example

White with #F0CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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