Html Css Color HEX #F2D0EC Snuff

📋 copy color: '#F2D0EC'

red 242 ◦ green 208 ◦ blue 236

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

Shades of Snuff #F2D0EC

Tints of Snuff #F2D0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.32%

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

R = 35.28%
G = 30.32%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2D0EC (or 0xF2D0EC) is known color: Snuff. HEX triplet: F2, D0 and EC. RGB value is (242,208,236). Sum of RGB (Red+Green+Blue) = 242+208+236=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D0EC is #0D2F13. Grayscale: #DDDDDD. Windows color (decimal): -864020 or 15519986. OLE color: 15519986.

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

Color convert

RGB 242 208 236 -
CMYK 0 0.14 0.02 0.05
HSL 310.59º 0.57% 0.88% -
HSV(B) 310.59º 0.14% 0.95% -
XYZ 74.31 70.05 88.96 -
YUV 221.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 242 208 236 0 0.14 0.02 0.05 310.59 0.57 0.88
Hex F2 D0 EC 0 E 2 5 137 39 58
Octal 362 320 354 0 16 2 5 467 71 130
Binary 11110010 11010000 11101100 0 1110 10 101 100110111 111001 1011000

Color Harmonies of #F2D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D0EC

Black with #F2D0EC

Text Example


Text Example

White with #F2D0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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