Html Css Color HEX #F5D6ED Snuff

📋 copy color: '#F5D6ED'

red 245 ◦ green 214 ◦ blue 237

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

Shades of Snuff #F5D6ED

Tints of Snuff #F5D6ED

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.75%

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

R = 35.2%
G = 30.75%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5D6ED (or 0xF5D6ED) is known color: Snuff. HEX triplet: F5, D6 and ED. RGB value is (245,214,237). Sum of RGB (Red+Green+Blue) = 245+214+237=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 214 (83.98% from 255 or 30.75% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D6ED is #0A2912. Grayscale: #E1E1E1. Windows color (decimal): -665875 or 15587061. OLE color: 15587061.

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

Color convert

RGB 245 214 237 -
CMYK 0 0.13 0.03 0.04
HSL 315.48º 0.61% 0.9% -
HSV(B) 315.48º 0.13% 0.96% -
XYZ 76.99 73.62 90.27 -
YUV 225.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 245 214 237 0 0.13 0.03 0.04 315.48 0.61 0.9
Hex F5 D6 ED 0 D 3 4 13B 3D 5A
Octal 365 326 355 0 15 3 4 473 75 132
Binary 11110101 11010110 11101101 0 1101 11 100 100111011 111101 1011010

Color Harmonies of #F5D6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D6ED

Black with #F5D6ED

Text Example


Text Example

White with #F5D6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D6ED; }

 p { color: rgb(245,214,237); }

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

background-color css

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

 a { background-color: rgb(245,214,237); }

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

border-color css

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

 span { border-color: rgb(245,214,237); }

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