Html Css Color HEX #F0CBBD Watusi

📋 copy color: '#F0CBBD'

red 240 ◦ green 203 ◦ blue 189

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

Shades of Watusi #F0CBBD

Tints of Watusi #F0CBBD

RGB

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

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

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

R = 37.97%
G = 32.12%
B = 29.91%

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

#F0CBBD (or 0xF0CBBD) is known color: Watusi. HEX triplet: F0, CB and BD. RGB value is (240,203,189). Sum of RGB (Red+Green+Blue) = 240+203+189=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBBD is #0F3442. Grayscale: #D4D4D4. Windows color (decimal): -996419 or 12438512. OLE color: 12438512.

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

Color convert

RGB 240 203 189 -
CMYK 0 0.15 0.21 0.06
HSL 16.47º 0.63% 0.84% -
HSV(B) 16.47º 0.21% 0.94% -
XYZ 66.48 64.91 57.17 -
YUV 212.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 240 203 189 0 0.15 0.21 0.06 16.47 0.63 0.84
Hex F0 CB BD 0 F 15 6 10 3F 54
Octal 360 313 275 0 17 25 6 20 77 124
Binary 11110000 11001011 10111101 0 1111 10101 110 10000 111111 1010100

Color Harmonies of #F0CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBBD

Black with #F0CBBD

Text Example


Text Example

White with #F0CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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