Html Css Color HEX #F0CBBB Watusi

📋 copy color: '#F0CBBB'

red 240 ◦ green 203 ◦ blue 187

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

Shades of Watusi #F0CBBB

Tints of Watusi #F0CBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.68%

R = 38.1%
G = 32.22%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0CBBB (or 0xF0CBBB) is known color: Watusi. HEX triplet: F0, CB and BB. RGB value is (240,203,187). Sum of RGB (Red+Green+Blue) = 240+203+187=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBBB is #0F3444. Grayscale: #D4D4D4. Windows color (decimal): -996421 or 12307440. OLE color: 12307440.

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

Color convert

RGB 240 203 187 -
CMYK 0 0.15 0.22 0.06
HSL 18.11º 0.64% 0.84% -
HSV(B) 18.11º 0.22% 0.94% -
XYZ 66.26 64.82 56.03 -
YUV 212.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 240 203 187 0 0.15 0.22 0.06 18.11 0.64 0.84
Hex F0 CB BB 0 F 16 6 12 40 54
Octal 360 313 273 0 17 26 6 22 100 124
Binary 11110000 11001011 10111011 0 1111 10110 110 10010 1000000 1010100

Color Harmonies of #F0CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBBB

Black with #F0CBBB

Text Example


Text Example

White with #F0CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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