Html Css Color HEX #F2DDEE Snuff

📋 copy color: '#F2DDEE'

red 242 ◦ green 221 ◦ blue 238

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

Shades of Snuff #F2DDEE

Tints of Snuff #F2DDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.53%

 BLUE value IS 238 (93.36% from 255) = 33.95%

R = 34.52%
G = 31.53%
B = 33.95%

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

#F2DDEE (or 0xF2DDEE) is known color: Snuff. HEX triplet: F2, DD and EE. RGB value is (242,221,238). Sum of RGB (Red+Green+Blue) = 242+221+238=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDEE is #0D2211. Grayscale: #E5E5E5. Windows color (decimal): -860690 or 15654386. OLE color: 15654386.

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

Color convert

RGB 242 221 238 -
CMYK 0 0.09 0.02 0.05
HSL 311.43º 0.45% 0.91% -
HSV(B) 311.43º 0.09% 0.95% -
XYZ 77.91 76.76 91.6 -
YUV 229.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 242 221 238 0 0.09 0.02 0.05 311.43 0.45 0.91
Hex F2 DD EE 0 9 2 5 137 2D 5B
Octal 362 335 356 0 11 2 5 467 55 133
Binary 11110010 11011101 11101110 0 1001 10 101 100110111 101101 1011011

Color Harmonies of #F2DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDEE

Black with #F2DDEE

Text Example


Text Example

White with #F2DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDEE; }

 p { color: rgb(242,221,238); }

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

background-color css

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

 a { background-color: rgb(242,221,238); }

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

border-color css

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

 span { border-color: rgb(242,221,238); }

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