Html Css Color HEX #F0CAEC Snuff

📋 copy color: '#F0CAEC'

red 240 ◦ green 202 ◦ blue 236

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

Shades of Snuff #F0CAEC

Tints of Snuff #F0CAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.81%

R = 35.4%
G = 29.79%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0CAEC (or 0xF0CAEC) is known color: Snuff. HEX triplet: F0, CA and EC. RGB value is (240,202,236). Sum of RGB (Red+Green+Blue) = 240+202+236=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAEC is #0F3513. Grayscale: #D9D9D9. Windows color (decimal): -996628 or 15518448. OLE color: 15518448.

HSL color Cylindrical-coordinate representation of color #F0CAEC: hue angle of 306.32º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CAEC is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 202 236 -
CMYK 0 0.16 0.02 0.06
HSL 306.32º 0.56% 0.87% -
HSV(B) 306.32º 0.16% 0.94% -
XYZ 72.2 66.82 88.45 -
YUV 217.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 240 202 236 0 0.16 0.02 0.06 306.32 0.56 0.87
Hex F0 CA EC 0 10 2 6 132 38 57
Octal 360 312 354 0 20 2 6 462 70 127
Binary 11110000 11001010 11101100 0 10000 10 110 100110010 111000 1010111

Color Harmonies of #F0CAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CAEC

Black with #F0CAEC

Text Example


Text Example

White with #F0CAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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