Html Css Color HEX #F2DCEC Snuff

📋 copy color: '#F2DCEC'

red 242 ◦ green 220 ◦ blue 236

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

Shades of Snuff #F2DCEC

Tints of Snuff #F2DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.52%

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

R = 34.67%
G = 31.52%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2DCEC (or 0xF2DCEC) is known color: Snuff. HEX triplet: F2, DC and EC. RGB value is (242,220,236). Sum of RGB (Red+Green+Blue) = 242+220+236=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCEC is #0D2313. Grayscale: #E4E4E4. Windows color (decimal): -860948 or 15523058. OLE color: 15523058.

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

Color convert

RGB 242 220 236 -
CMYK 0 0.09 0.02 0.05
HSL 316.36º 0.46% 0.91% -
HSV(B) 316.36º 0.09% 0.95% -
XYZ 77.35 76.12 89.97 -
YUV 228.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 242 220 236 0 0.09 0.02 0.05 316.36 0.46 0.91
Hex F2 DC EC 0 9 2 5 13C 2E 5B
Octal 362 334 354 0 11 2 5 474 56 133
Binary 11110010 11011100 11101100 0 1001 10 101 100111100 101110 1011011

Color Harmonies of #F2DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCEC

Black with #F2DCEC

Text Example


Text Example

White with #F2DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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