Html Css Color HEX #F2C7EB Snuff

📋 copy color: '#F2C7EB'

red 242 ◦ green 199 ◦ blue 235

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

Shades of Snuff #F2C7EB

Tints of Snuff #F2C7EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.76%

R = 35.8%
G = 29.44%
B = 34.76%

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

#F2C7EB (or 0xF2C7EB) is known color: Snuff. HEX triplet: F2, C7 and EB. RGB value is (242,199,235). Sum of RGB (Red+Green+Blue) = 242+199+235=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C7EB is #0D3814. Grayscale: #D7D7D7. Windows color (decimal): -866325 or 15452146. OLE color: 15452146.

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

Color convert

RGB 242 199 235 -
CMYK 0 0.18 0.03 0.05
HSL 309.77º 0.62% 0.86% -
HSV(B) 309.77º 0.18% 0.95% -
XYZ 72.04 65.72 87.49 -
YUV 215.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 242 199 235 0 0.18 0.03 0.05 309.77 0.62 0.86
Hex F2 C7 EB 0 12 3 5 136 3E 56
Octal 362 307 353 0 22 3 5 466 76 126
Binary 11110010 11000111 11101011 0 10010 11 101 100110110 111110 1010110

Color Harmonies of #F2C7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7EB

Black with #F2C7EB

Text Example


Text Example

White with #F2C7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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