Html Css Color HEX #F0CABA Watusi

📋 copy color: '#F0CABA'

red 240 ◦ green 202 ◦ blue 186

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

Shades of Watusi #F0CABA

Tints of Watusi #F0CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.17%

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

R = 38.22%
G = 32.17%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0CABA (or 0xF0CABA) is known color: Watusi. HEX triplet: F0, CA and BA. RGB value is (240,202,186). Sum of RGB (Red+Green+Blue) = 240+202+186=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CABA is #0F3545. Grayscale: #D3D3D3. Windows color (decimal): -996678 or 12241648. OLE color: 12241648.

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

Color convert

RGB 240 202 186 -
CMYK 0 0.16 0.22 0.06
HSL 17.78º 0.64% 0.84% -
HSV(B) 17.78º 0.23% 0.94% -
XYZ 65.92 64.31 55.39 -
YUV 211.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 240 202 186 0 0.16 0.22 0.06 17.78 0.64 0.84
Hex F0 CA BA 0 10 16 6 12 40 54
Octal 360 312 272 0 20 26 6 22 100 124
Binary 11110000 11001010 10111010 0 10000 10110 110 10010 1000000 1010100

Color Harmonies of #F0CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CABA

Black with #F0CABA

Text Example


Text Example

White with #F0CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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