Html Css Color HEX #F2DFED Snuff

📋 copy color: '#F2DFED'

red 242 ◦ green 223 ◦ blue 237

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

Shades of Snuff #F2DFED

Tints of Snuff #F2DFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.77%

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

R = 34.47%
G = 31.77%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2DFED (or 0xF2DFED) is known color: Snuff. HEX triplet: F2, DF and ED. RGB value is (242,223,237). Sum of RGB (Red+Green+Blue) = 242+223+237=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFED is #0D2012. Grayscale: #E6E6E6. Windows color (decimal): -860179 or 15589362. OLE color: 15589362.

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

Color convert

RGB 242 223 237 -
CMYK 0 0.08 0.02 0.05
HSL 315.79º 0.42% 0.91% -
HSV(B) 315.79º 0.08% 0.95% -
XYZ 78.29 77.77 91 -
YUV 230.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 242 223 237 0 0.08 0.02 0.05 315.79 0.42 0.91
Hex F2 DF ED 0 8 2 5 13C 2A 5B
Octal 362 337 355 0 10 2 5 474 52 133
Binary 11110010 11011111 11101101 0 1000 10 101 100111100 101010 1011011

Color Harmonies of #F2DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFED

Black with #F2DFED

Text Example


Text Example

White with #F2DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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