Html Css Color HEX #F2C3ED Snuff

📋 copy color: '#F2C3ED'

red 242 ◦ green 195 ◦ blue 237

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

Shades of Snuff #F2C3ED

Tints of Snuff #F2C3ED

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.93%

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

R = 35.91%
G = 28.93%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2C3ED (or 0xF2C3ED) is known color: Snuff. HEX triplet: F2, C3 and ED. RGB value is (242,195,237). Sum of RGB (Red+Green+Blue) = 242+195+237=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C3ED is #0D3C12. Grayscale: #D5D5D5. Windows color (decimal): -867347 or 15582194. OLE color: 15582194.

HSL color Cylindrical-coordinate representation of color #F2C3ED: hue angle of 306.38º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C3ED is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 195 237 -
CMYK 0 0.19 0.02 0.05
HSL 306.38º 0.64% 0.86% -
HSV(B) 306.38º 0.19% 0.95% -
XYZ 71.42 64.02 88.71 -
YUV 213.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 242 195 237 0 0.19 0.02 0.05 306.38 0.64 0.86
Hex F2 C3 ED 0 13 2 5 132 40 56
Octal 362 303 355 0 23 2 5 462 100 126
Binary 11110010 11000011 11101101 0 10011 10 101 100110010 1000000 1010110

Color Harmonies of #F2C3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C3ED

Black with #F2C3ED

Text Example


Text Example

White with #F2C3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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