Html Css Color HEX #F2D3EC Snuff

📋 copy color: '#F2D3EC'

red 242 ◦ green 211 ◦ blue 236

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

Shades of Snuff #F2D3EC

Tints of Snuff #F2D3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.62%

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

R = 35.12%
G = 30.62%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2D3EC (or 0xF2D3EC) is known color: Snuff. HEX triplet: F2, D3 and EC. RGB value is (242,211,236). Sum of RGB (Red+Green+Blue) = 242+211+236=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D3EC is #0D2C13. Grayscale: #DFDFDF. Windows color (decimal): -863252 or 15520754. OLE color: 15520754.

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

Color convert

RGB 242 211 236 -
CMYK 0 0.13 0.02 0.05
HSL 311.61º 0.54% 0.89% -
HSV(B) 311.61º 0.13% 0.95% -
XYZ 75.05 71.52 89.21 -
YUV 223.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 242 211 236 0 0.13 0.02 0.05 311.61 0.54 0.89
Hex F2 D3 EC 0 D 2 5 138 36 59
Octal 362 323 354 0 15 2 5 470 66 131
Binary 11110010 11010011 11101100 0 1101 10 101 100111000 110110 1011001

Color Harmonies of #F2D3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D3EC

Black with #F2D3EC

Text Example


Text Example

White with #F2D3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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