Html Css Color HEX #F2DCED Snuff

📋 copy color: '#F2DCED'

red 242 ◦ green 220 ◦ blue 237

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

Shades of Snuff #F2DCED

Tints of Snuff #F2DCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.91%

R = 34.62%
G = 31.47%
B = 33.91%

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

#F2DCED (or 0xF2DCED) is known color: Snuff. HEX triplet: F2, DC and ED. RGB value is (242,220,237). Sum of RGB (Red+Green+Blue) = 242+220+237=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCED is #0D2312. Grayscale: #E4E4E4. Windows color (decimal): -860947 or 15588594. OLE color: 15588594.

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

Color convert

RGB 242 220 237 -
CMYK 0 0.09 0.02 0.05
HSL 313.64º 0.46% 0.91% -
HSV(B) 313.64º 0.09% 0.95% -
XYZ 77.5 76.18 90.74 -
YUV 228.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 242 220 237 0 0.09 0.02 0.05 313.64 0.46 0.91
Hex F2 DC ED 0 9 2 5 13A 2E 5B
Octal 362 334 355 0 11 2 5 472 56 133
Binary 11110010 11011100 11101101 0 1001 10 101 100111010 101110 1011011

Color Harmonies of #F2DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCED

Black with #F2DCED

Text Example


Text Example

White with #F2DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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