Html Css Color HEX #F5CDEC Snuff

📋 copy color: '#F5CDEC'

red 245 ◦ green 205 ◦ blue 236

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

Shades of Snuff #F5CDEC

Tints of Snuff #F5CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.88%

 BLUE value IS 236 (92.58% from 255) = 34.4%

R = 35.71%
G = 29.88%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5CDEC (or 0xF5CDEC) is known color: Snuff. HEX triplet: F5, CD and EC. RGB value is (245,205,236). Sum of RGB (Red+Green+Blue) = 245+205+236=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDEC is #0A3213. Grayscale: #DCDCDC. Windows color (decimal): -668180 or 15519221. OLE color: 15519221.

HSL color Cylindrical-coordinate representation of color #F5CDEC: hue angle of 313.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CDEC is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 205 236 -
CMYK 0 0.16 0.04 0.04
HSL 313.5º 0.67% 0.88% -
HSV(B) 313.5º 0.16% 0.96% -
XYZ 74.63 69.13 88.77 -
YUV 220.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 245 205 236 0 0.16 0.04 0.04 313.5 0.67 0.88
Hex F5 CD EC 0 10 4 4 13A 43 58
Octal 365 315 354 0 20 4 4 472 103 130
Binary 11110101 11001101 11101100 0 10000 100 100 100111010 1000011 1011000

Color Harmonies of #F5CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CDEC

Black with #F5CDEC

Text Example


Text Example

White with #F5CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CDEC; }

 p { color: rgb(245,205,236); }

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

background-color css

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

 a { background-color: rgb(245,205,236); }

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

border-color css

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

 span { border-color: rgb(245,205,236); }

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