Html Css Color HEX #F2D7ED Snuff

📋 copy color: '#F2D7ED'

red 242 ◦ green 215 ◦ blue 237

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

Shades of Snuff #F2D7ED

Tints of Snuff #F2D7ED

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.98%

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

R = 34.87%
G = 30.98%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2D7ED (or 0xF2D7ED) is known color: Snuff. HEX triplet: F2, D7 and ED. RGB value is (242,215,237). Sum of RGB (Red+Green+Blue) = 242+215+237=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D7ED is #0D2812. Grayscale: #E1E1E1. Windows color (decimal): -862227 or 15587314. OLE color: 15587314.

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

Color convert

RGB 242 215 237 -
CMYK 0 0.11 0.02 0.05
HSL 311.11º 0.51% 0.9% -
HSV(B) 311.11º 0.11% 0.95% -
XYZ 76.2 73.59 90.31 -
YUV 225.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 242 215 237 0 0.11 0.02 0.05 311.11 0.51 0.9
Hex F2 D7 ED 0 B 2 5 137 33 5A
Octal 362 327 355 0 13 2 5 467 63 132
Binary 11110010 11010111 11101101 0 1011 10 101 100110111 110011 1011010

Color Harmonies of #F2D7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D7ED

Black with #F2D7ED

Text Example


Text Example

White with #F2D7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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