Html Css Color HEX #F5D7EE Snuff

📋 copy color: '#F5D7EE'

red 245 ◦ green 215 ◦ blue 238

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

Shades of Snuff #F5D7EE

Tints of Snuff #F5D7EE

RGB

 RED value IS 245 (96.09% from 255) = 35.1%

 GREEN value IS 215 (84.38% from 255) = 30.8%

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

R = 35.1%
G = 30.8%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5D7EE (or 0xF5D7EE) is known color: Snuff. HEX triplet: F5, D7 and EE. RGB value is (245,215,238). Sum of RGB (Red+Green+Blue) = 245+215+238=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 215 (84.38% from 255 or 30.80% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D7EE is #0A2811. Grayscale: #E2E2E2. Windows color (decimal): -665618 or 15652853. OLE color: 15652853.

HSL color Cylindrical-coordinate representation of color #F5D7EE: hue angle of 314º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D7EE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 215 238 -
CMYK 0 0.12 0.03 0.04
HSL 314º 0.6% 0.9% -
HSV(B) 314º 0.12% 0.96% -
XYZ 77.39 74.19 91.13 -
YUV 226.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 245 215 238 0 0.12 0.03 0.04 314 0.6 0.9
Hex F5 D7 EE 0 C 3 4 13A 3C 5A
Octal 365 327 356 0 14 3 4 472 74 132
Binary 11110101 11010111 11101110 0 1100 11 100 100111010 111100 1011010

Color Harmonies of #F5D7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D7EE

Black with #F5D7EE

Text Example


Text Example

White with #F5D7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D7EE; }

 p { color: rgb(245,215,238); }

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

background-color css

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

 a { background-color: rgb(245,215,238); }

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

border-color css

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

 span { border-color: rgb(245,215,238); }

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