Html Css Color HEX #F2D3EA Snuff

📋 copy color: '#F2D3EA'

red 242 ◦ green 211 ◦ blue 234

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

Shades of Snuff #F2D3EA

Tints of Snuff #F2D3EA

RGB

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

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

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

R = 35.23%
G = 30.71%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2D3EA (or 0xF2D3EA) is known color: Snuff. HEX triplet: F2, D3 and EA. RGB value is (242,211,234). Sum of RGB (Red+Green+Blue) = 242+211+234=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D3EA is #0D2C15. Grayscale: #DEDEDE. Windows color (decimal): -863254 or 15389682. OLE color: 15389682.

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

Color convert

RGB 242 211 234 -
CMYK 0 0.13 0.03 0.05
HSL 315.48º 0.54% 0.89% -
HSV(B) 315.48º 0.13% 0.95% -
XYZ 74.76 71.41 87.68 -
YUV 222.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 242 211 234 0 0.13 0.03 0.05 315.48 0.54 0.89
Hex F2 D3 EA 0 D 3 5 13B 36 59
Octal 362 323 352 0 15 3 5 473 66 131
Binary 11110010 11010011 11101010 0 1101 11 101 100111011 110110 1011001

Color Harmonies of #F2D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D3EA

Black with #F2D3EA

Text Example


Text Example

White with #F2D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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