Html Css Color HEX #F2DCEE Snuff

📋 copy color: '#F2DCEE'

red 242 ◦ green 220 ◦ blue 238

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

Shades of Snuff #F2DCEE

Tints of Snuff #F2DCEE

RGB

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

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

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

R = 34.57%
G = 31.43%
B = 34%

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

#F2DCEE (or 0xF2DCEE) is known color: Snuff. HEX triplet: F2, DC and EE. RGB value is (242,220,238). Sum of RGB (Red+Green+Blue) = 242+220+238=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCEE is #0D2311. Grayscale: #E4E4E4. Windows color (decimal): -860946 or 15654130. OLE color: 15654130.

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

Color convert

RGB 242 220 238 -
CMYK 0 0.09 0.02 0.05
HSL 310.91º 0.46% 0.91% -
HSV(B) 310.91º 0.09% 0.95% -
XYZ 77.64 76.24 91.51 -
YUV 228.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 242 220 238 0 0.09 0.02 0.05 310.91 0.46 0.91
Hex F2 DC EE 0 9 2 5 137 2E 5B
Octal 362 334 356 0 11 2 5 467 56 133
Binary 11110010 11011100 11101110 0 1001 10 101 100110111 101110 1011011

Color Harmonies of #F2DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCEE

Black with #F2DCEE

Text Example


Text Example

White with #F2DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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