Html Css Color HEX #F2C7EA Snuff

📋 copy color: '#F2C7EA'

red 242 ◦ green 199 ◦ blue 234

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

Shades of Snuff #F2C7EA

Tints of Snuff #F2C7EA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.48%

 BLUE value IS 234 (91.8% from 255) = 34.67%

R = 35.85%
G = 29.48%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2C7EA (or 0xF2C7EA) is known color: Snuff. HEX triplet: F2, C7 and EA. RGB value is (242,199,234). Sum of RGB (Red+Green+Blue) = 242+199+234=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C7EA is #0D3815. Grayscale: #D7D7D7. Windows color (decimal): -866326 or 15386610. OLE color: 15386610.

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

Color convert

RGB 242 199 234 -
CMYK 0 0.18 0.03 0.05
HSL 311.16º 0.62% 0.86% -
HSV(B) 311.16º 0.18% 0.95% -
XYZ 71.89 65.66 86.73 -
YUV 215.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 242 199 234 0 0.18 0.03 0.05 311.16 0.62 0.86
Hex F2 C7 EA 0 12 3 5 137 3E 56
Octal 362 307 352 0 22 3 5 467 76 126
Binary 11110010 11000111 11101010 0 10010 11 101 100110111 111110 1010110

Color Harmonies of #F2C7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7EA

Black with #F2C7EA

Text Example


Text Example

White with #F2C7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7EA; }

 p { color: rgb(242,199,234); }

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

background-color css

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

 a { background-color: rgb(242,199,234); }

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

border-color css

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

 span { border-color: rgb(242,199,234); }

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