Html Css Color HEX #F0CABC Watusi

📋 copy color: '#F0CABC'

red 240 ◦ green 202 ◦ blue 188

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

Shades of Watusi #F0CABC

Tints of Watusi #F0CABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.84%

R = 38.1%
G = 32.06%
B = 29.84%

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

#F0CABC (or 0xF0CABC) is known color: Watusi. HEX triplet: F0, CA and BC. RGB value is (240,202,188). Sum of RGB (Red+Green+Blue) = 240+202+188=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CABC is #0F3543. Grayscale: #D3D3D3. Windows color (decimal): -996676 or 12372720. OLE color: 12372720.

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

Color convert

RGB 240 202 188 -
CMYK 0 0.16 0.22 0.06
HSL 16.15º 0.63% 0.84% -
HSV(B) 16.15º 0.22% 0.94% -
XYZ 66.13 64.4 56.52 -
YUV 211.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 240 202 188 0 0.16 0.22 0.06 16.15 0.63 0.84
Hex F0 CA BC 0 10 16 6 10 3F 54
Octal 360 312 274 0 20 26 6 20 77 124
Binary 11110000 11001010 10111100 0 10000 10110 110 10000 111111 1010100

Color Harmonies of #F0CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CABC

Black with #F0CABC

Text Example


Text Example

White with #F0CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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