Html Css Color HEX #F2CAF1 Snuff

📋 copy color: '#F2CAF1'

red 242 ◦ green 202 ◦ blue 241

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

Shades of Snuff #F2CAF1

Tints of Snuff #F2CAF1

RGB

 RED value IS 242 (94.92% from 255) = 35.33%

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

 BLUE value IS 241 (94.53% from 255) = 35.18%

R = 35.33%
G = 29.49%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F2CAF1 (or 0xF2CAF1) is known color: Snuff. HEX triplet: F2, CA and F1. RGB value is (242,202,241). Sum of RGB (Red+Green+Blue) = 242+202+241=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CAF1 is #0D350E. Grayscale: #DADADA. Windows color (decimal): -865551 or 15846130. OLE color: 15846130.

HSL color Cylindrical-coordinate representation of color #F2CAF1: hue angle of 301.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CAF1 is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 202 241 -
CMYK 0 0.17 0.00 0.05
HSL 301.5º 0.61% 0.87% -
HSV(B) 301.5º 0.17% 0.95% -
XYZ 73.62 67.47 92.36 -
YUV 218.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 242 202 241 0 0.17 0.00 0.05 301.5 0.61 0.87
Hex F2 CA F1 0 11 0 5 12E 3D 57
Octal 362 312 361 0 21 0 5 456 75 127
Binary 11110010 11001010 11110001 0 10001 0 101 100101110 111101 1010111

Color Harmonies of #F2CAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CAF1

Black with #F2CAF1

Text Example


Text Example

White with #F2CAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CAF1; }

 p { color: rgb(242,202,241); }

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

background-color css

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

 a { background-color: rgb(242,202,241); }

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

border-color css

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

 span { border-color: rgb(242,202,241); }

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