Html Css Color HEX #F0CAF5 Snuff

📋 copy color: '#F0CAF5'

red 240 ◦ green 202 ◦ blue 245

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

Shades of Snuff #F0CAF5

Tints of Snuff #F0CAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.66%

R = 34.93%
G = 29.4%
B = 35.66%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F0CAF5 (or 0xF0CAF5) is known color: Snuff. HEX triplet: F0, CA and F5. RGB value is (240,202,245). Sum of RGB (Red+Green+Blue) = 240+202+245=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0CAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAF5 is #0F350A. Grayscale: #DADADA. Windows color (decimal): -996619 or 16108272. OLE color: 16108272.

HSL color Cylindrical-coordinate representation of color #F0CAF5: hue angle of 293.02º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0CAF5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 202 245 -
CMYK 0.02 0.18 0 0.04
HSL 293.02º 0.68% 0.88% -
HSV(B) 293.02º 0.18% 0.96% -
XYZ 73.54 67.36 95.51 -
YUV 218.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 240 202 245 0.02 0.18 0 0.04 293.02 0.68 0.88
Hex F0 CA F5 2 12 0 4 125 44 58
Octal 360 312 365 2 22 0 4 445 104 130
Binary 11110000 11001010 11110101 10 10010 0 100 100100101 1000100 1011000

Color Harmonies of #F0CAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CAF5

Black with #F0CAF5

Text Example


Text Example

White with #F0CAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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