Html Css Color HEX #F5D4ED Snuff

📋 copy color: '#F5D4ED'

red 245 ◦ green 212 ◦ blue 237

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

Shades of Snuff #F5D4ED

Tints of Snuff #F5D4ED

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.55%

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

R = 35.3%
G = 30.55%
B = 34.15%

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

#F5D4ED (or 0xF5D4ED) is known color: Snuff. HEX triplet: F5, D4 and ED. RGB value is (245,212,237). Sum of RGB (Red+Green+Blue) = 245+212+237=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 212 (83.20% from 255 or 30.55% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D4ED is #0A2B12. Grayscale: #E0E0E0. Windows color (decimal): -666387 or 15586549. OLE color: 15586549.

HSL color Cylindrical-coordinate representation of color #F5D4ED: hue angle of 314.55º degrees, saturation: 0.62, 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 #F5D4ED is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 212 237 -
CMYK 0 0.13 0.03 0.04
HSL 314.55º 0.62% 0.9% -
HSV(B) 314.55º 0.13% 0.96% -
XYZ 76.49 72.61 90.11 -
YUV 224.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 245 212 237 0 0.13 0.03 0.04 314.55 0.62 0.9
Hex F5 D4 ED 0 D 3 4 13B 3E 5A
Octal 365 324 355 0 15 3 4 473 76 132
Binary 11110101 11010100 11101101 0 1101 11 100 100111011 111110 1011010

Color Harmonies of #F5D4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D4ED

Black with #F5D4ED

Text Example


Text Example

White with #F5D4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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