Html Css Color HEX #FDE6D0 Serenade

📋 copy color: '#FDE6D0'

red 253 ◦ green 230 ◦ blue 208

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

Shades of Serenade #FDE6D0

Tints of Serenade #FDE6D0

RGB

 RED value IS 253 (99.22% from 255) = 36.61%

 GREEN value IS 230 (90.23% from 255) = 33.29%

 BLUE value IS 208 (81.64% from 255) = 30.1%

R = 36.61%
G = 33.29%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDE6D0 (or 0xFDE6D0) is known color: Serenade. HEX triplet: FD, E6 and D0. RGB value is (253,230,208). Sum of RGB (Red+Green+Blue) = 253+230+208=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 208 (81.64% from 255 or 30.10% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6D0 is #02192F. Grayscale: #EAEAEA. Windows color (decimal): -137520 or 13690621. OLE color: 13690621.

HSL color Cylindrical-coordinate representation of color #FDE6D0: hue angle of 29.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDE6D0 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 230 208 -
CMYK 0 0.09 0.18 0.01
HSL 29.33º 0.92% 0.9% -
HSV(B) 29.33º 0.18% 0.99% -
XYZ 80.19 82.03 71.28 -
YUV 234.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 253 230 208 0 0.09 0.18 0.01 29.33 0.92 0.9
Hex FD E6 D0 0 9 12 1 1D 5C 5A
Octal 375 346 320 0 11 22 1 35 134 132
Binary 11111101 11100110 11010000 0 1001 10010 1 11101 1011100 1011010

Color Harmonies of #FDE6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE6D0

Black with #FDE6D0

Text Example


Text Example

White with #FDE6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE6D0; }

 p { color: rgb(253,230,208); }

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

background-color css

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

 a { background-color: rgb(253,230,208); }

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

border-color css

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

 span { border-color: rgb(253,230,208); }

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