Html Css Color HEX #FDECDA Serenade

📋 copy color: '#FDECDA'

red 253 ◦ green 236 ◦ blue 218

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

Shades of Serenade #FDECDA

Tints of Serenade #FDECDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.83%

R = 35.79%
G = 33.38%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDECDA (or 0xFDECDA) is known color: Serenade. HEX triplet: FD, EC and DA. RGB value is (253,236,218). Sum of RGB (Red+Green+Blue) = 253+236+218=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECDA is #021325. Grayscale: #EFEFEF. Windows color (decimal): -135974 or 14347517. OLE color: 14347517.

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

Color convert

RGB 253 236 218 -
CMYK 0 0.07 0.14 0.01
HSL 30.86º 0.9% 0.92% -
HSV(B) 30.86º 0.14% 0.99% -
XYZ 83.16 85.94 78.53 -
YUV 239.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 253 236 218 0 0.07 0.14 0.01 30.86 0.9 0.92
Hex FD EC DA 0 7 E 1 1F 5A 5C
Octal 375 354 332 0 7 16 1 37 132 134
Binary 11111101 11101100 11011010 0 111 1110 1 11111 1011010 1011100

Color Harmonies of #FDECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDECDA

Black with #FDECDA

Text Example


Text Example

White with #FDECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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