Html Css Color HEX #F0CCBA Watusi

📋 copy color: '#F0CCBA'

red 240 ◦ green 204 ◦ blue 186

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

Shades of Watusi #F0CCBA

Tints of Watusi #F0CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.38%

 BLUE value IS 186 (73.05% from 255) = 29.52%

R = 38.1%
G = 32.38%
B = 29.52%

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

#F0CCBA (or 0xF0CCBA) is known color: Watusi. HEX triplet: F0, CC and BA. RGB value is (240,204,186). Sum of RGB (Red+Green+Blue) = 240+204+186=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCBA is #0F3345. Grayscale: #D4D4D4. Windows color (decimal): -996166 or 12242160. OLE color: 12242160.

HSL color Cylindrical-coordinate representation of color #F0CCBA: hue angle of 20º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0CCBA is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 186 -
CMYK 0 0.15 0.22 0.06
HSL 20º 0.64% 0.84% -
HSV(B) 20º 0.23% 0.94% -
XYZ 66.39 65.26 55.55 -
YUV 212.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 240 204 186 0 0.15 0.22 0.06 20 0.64 0.84
Hex F0 CC BA 0 F 16 6 14 40 54
Octal 360 314 272 0 17 26 6 24 100 124
Binary 11110000 11001100 10111010 0 1111 10110 110 10100 1000000 1010100

Color Harmonies of #F0CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCBA

Black with #F0CCBA

Text Example


Text Example

White with #F0CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCBA; }

 p { color: rgb(240,204,186); }

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

background-color css

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

 a { background-color: rgb(240,204,186); }

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

border-color css

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

 span { border-color: rgb(240,204,186); }

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