Html Css Color HEX #F2C7EC Snuff

📋 copy color: '#F2C7EC'

red 242 ◦ green 199 ◦ blue 236

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

Shades of Snuff #F2C7EC

Tints of Snuff #F2C7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.86%

R = 35.75%
G = 29.39%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2C7EC (or 0xF2C7EC) is known color: Snuff. HEX triplet: F2, C7 and EC. RGB value is (242,199,236). Sum of RGB (Red+Green+Blue) = 242+199+236=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 199 (78.12% from 255 or 29.39% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C7EC is #0D3813. Grayscale: #D7D7D7. Windows color (decimal): -866324 or 15517682. OLE color: 15517682.

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

Color convert

RGB 242 199 236 -
CMYK 0 0.18 0.02 0.05
HSL 308.37º 0.62% 0.86% -
HSV(B) 308.37º 0.18% 0.95% -
XYZ 72.18 65.78 88.25 -
YUV 216.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 242 199 236 0 0.18 0.02 0.05 308.37 0.62 0.86
Hex F2 C7 EC 0 12 2 5 134 3E 56
Octal 362 307 354 0 22 2 5 464 76 126
Binary 11110010 11000111 11101100 0 10010 10 101 100110100 111110 1010110

Color Harmonies of #F2C7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7EC

Black with #F2C7EC

Text Example


Text Example

White with #F2C7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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