Html Css Color HEX #F2C2EF Snuff

📋 copy color: '#F2C2EF'

red 242 ◦ green 194 ◦ blue 239

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

Shades of Snuff #F2C2EF

Tints of Snuff #F2C2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.74%

 BLUE value IS 239 (93.75% from 255) = 35.41%

R = 35.85%
G = 28.74%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2C2EF (or 0xF2C2EF) is known color: Snuff. HEX triplet: F2, C2 and EF. RGB value is (242,194,239). Sum of RGB (Red+Green+Blue) = 242+194+239=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C2EF is #0D3D10. Grayscale: #D5D5D5. Windows color (decimal): -867601 or 15713010. OLE color: 15713010.

HSL color Cylindrical-coordinate representation of color #F2C2EF: hue angle of 303.75º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C2EF is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 239 -
CMYK 0 0.20 0.01 0.05
HSL 303.75º 0.65% 0.85% -
HSV(B) 303.75º 0.2% 0.95% -
XYZ 71.49 63.69 90.19 -
YUV 213.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 242 194 239 0 0.20 0.01 0.05 303.75 0.65 0.85
Hex F2 C2 EF 0 14 1 5 130 41 55
Octal 362 302 357 0 24 1 5 460 101 125
Binary 11110010 11000010 11101111 0 10100 1 101 100110000 1000001 1010101

Color Harmonies of #F2C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C2EF

Black with #F2C2EF

Text Example


Text Example

White with #F2C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C2EF; }

 p { color: rgb(242,194,239); }

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

background-color css

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

 a { background-color: rgb(242,194,239); }

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

border-color css

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

 span { border-color: rgb(242,194,239); }

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