Html Css Color HEX #F2DCEF Snuff

📋 copy color: '#F2DCEF'

red 242 ◦ green 220 ◦ blue 239

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

Shades of Snuff #F2DCEF

Tints of Snuff #F2DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.09%

R = 34.52%
G = 31.38%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2DCEF (or 0xF2DCEF) is known color: Snuff. HEX triplet: F2, DC and EF. RGB value is (242,220,239). Sum of RGB (Red+Green+Blue) = 242+220+239=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCEF is #0D2310. Grayscale: #E4E4E4. Windows color (decimal): -860945 or 15719666. OLE color: 15719666.

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

Color convert

RGB 242 220 239 -
CMYK 0 0.09 0.01 0.05
HSL 308.18º 0.46% 0.91% -
HSV(B) 308.18º 0.09% 0.95% -
XYZ 77.79 76.3 92.29 -
YUV 228.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 242 220 239 0 0.09 0.01 0.05 308.18 0.46 0.91
Hex F2 DC EF 0 9 1 5 134 2E 5B
Octal 362 334 357 0 11 1 5 464 56 133
Binary 11110010 11011100 11101111 0 1001 1 101 100110100 101110 1011011

Color Harmonies of #F2DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCEF

Black with #F2DCEF

Text Example


Text Example

White with #F2DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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