Html Css Color HEX #FDECDC Serenade

📋 copy color: '#FDECDC'

red 253 ◦ green 236 ◦ blue 220

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

Shades of Serenade #FDECDC

Tints of Serenade #FDECDC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.29%

 BLUE value IS 220 (86.33% from 255) = 31.03%

R = 35.68%
G = 33.29%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDECDC (or 0xFDECDC) is known color: Serenade. HEX triplet: FD, EC and DC. RGB value is (253,236,220). Sum of RGB (Red+Green+Blue) = 253+236+220=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECDC is #021323. Grayscale: #EFEFEF. Windows color (decimal): -135972 or 14478589. OLE color: 14478589.

HSL color Cylindrical-coordinate representation of color #FDECDC: hue angle of 29.09º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDECDC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 236 220 -
CMYK 0 0.07 0.13 0.01
HSL 29.09º 0.89% 0.93% -
HSV(B) 29.09º 0.13% 0.99% -
XYZ 83.42 86.04 79.92 -
YUV 239.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 253 236 220 0 0.07 0.13 0.01 29.09 0.89 0.93
Hex FD EC DC 0 7 D 1 1D 59 5D
Octal 375 354 334 0 7 15 1 35 131 135
Binary 11111101 11101100 11011100 0 111 1101 1 11101 1011001 1011101

Color Harmonies of #FDECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDECDC

Black with #FDECDC

Text Example


Text Example

White with #FDECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDECDC; }

 p { color: rgb(253,236,220); }

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

background-color css

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

 a { background-color: rgb(253,236,220); }

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

border-color css

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

 span { border-color: rgb(253,236,220); }

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