Html Css Color HEX #F2D5EE Snuff

📋 copy color: '#F2D5EE'

red 242 ◦ green 213 ◦ blue 238

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

Shades of Snuff #F2D5EE

Tints of Snuff #F2D5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.74%

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

R = 34.92%
G = 30.74%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2D5EE (or 0xF2D5EE) is known color: Snuff. HEX triplet: F2, D5 and EE. RGB value is (242,213,238). Sum of RGB (Red+Green+Blue) = 242+213+238=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D5EE is #0D2A11. Grayscale: #E0E0E0. Windows color (decimal): -862738 or 15652338. OLE color: 15652338.

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

Color convert

RGB 242 213 238 -
CMYK 0 0.12 0.02 0.05
HSL 308.28º 0.53% 0.89% -
HSV(B) 308.28º 0.12% 0.95% -
XYZ 75.84 72.64 90.91 -
YUV 224.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 242 213 238 0 0.12 0.02 0.05 308.28 0.53 0.89
Hex F2 D5 EE 0 C 2 5 134 35 59
Octal 362 325 356 0 14 2 5 464 65 131
Binary 11110010 11010101 11101110 0 1100 10 101 100110100 110101 1011001

Color Harmonies of #F2D5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D5EE

Black with #F2D5EE

Text Example


Text Example

White with #F2D5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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