Html Css Color HEX #F2C2ED Snuff

📋 copy color: '#F2C2ED'

red 242 ◦ green 194 ◦ blue 237

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

Shades of Snuff #F2C2ED

Tints of Snuff #F2C2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.22%

R = 35.96%
G = 28.83%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2C2ED (or 0xF2C2ED) is known color: Snuff. HEX triplet: F2, C2 and ED. RGB value is (242,194,237). Sum of RGB (Red+Green+Blue) = 242+194+237=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 194 (76.17% from 255 or 28.83% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C2ED is #0D3D12. Grayscale: #D5D5D5. Windows color (decimal): -867603 or 15581938. OLE color: 15581938.

HSL color Cylindrical-coordinate representation of color #F2C2ED: hue angle of 306.25º 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 #F2C2ED is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 237 -
CMYK 0 0.20 0.02 0.05
HSL 306.25º 0.65% 0.85% -
HSV(B) 306.25º 0.2% 0.95% -
XYZ 71.2 63.58 88.64 -
YUV 213.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 242 194 237 0 0.20 0.02 0.05 306.25 0.65 0.85
Hex F2 C2 ED 0 14 2 5 132 41 55
Octal 362 302 355 0 24 2 5 462 101 125
Binary 11110010 11000010 11101101 0 10100 10 101 100110010 1000001 1010101

Color Harmonies of #F2C2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C2ED

Black with #F2C2ED

Text Example


Text Example

White with #F2C2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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