Html Css Color HEX #FDE5E7 Pale Pink

📋 copy color: '#FDE5E7'

red 253 ◦ green 229 ◦ blue 231

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

Shades of Pale Pink #FDE5E7

Tints of Pale Pink #FDE5E7

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.12%

 BLUE value IS 231 (90.63% from 255) = 32.4%

R = 35.48%
G = 32.12%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDE5E7 (or 0xFDE5E7) is known color: Pale Pink. HEX triplet: FD, E5 and E7. RGB value is (253,229,231). Sum of RGB (Red+Green+Blue) = 253+229+231=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 231 (90.62% from 255 or 32.40% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5E7 is #021A18. Grayscale: #ECECEC. Windows color (decimal): -137753 or 15197693. OLE color: 15197693.

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

Color convert

RGB 253 229 231 -
CMYK 0 0.09 0.09 0.01
HSL 355º 0.86% 0.95% -
HSV(B) 355º 0.09% 0.99% -
XYZ 82.95 82.69 87.19 -
YUV 236.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 253 229 231 0 0.09 0.09 0.01 355 0.86 0.95
Hex FD E5 E7 0 9 9 1 163 56 5F
Octal 375 345 347 0 11 11 1 543 126 137
Binary 11111101 11100101 11100111 0 1001 1001 1 101100011 1010110 1011111

Color Harmonies of #FDE5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5E7

Black with #FDE5E7

Text Example


Text Example

White with #FDE5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5E7; }

 p { color: rgb(253,229,231); }

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

background-color css

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

 a { background-color: rgb(253,229,231); }

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

border-color css

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

 span { border-color: rgb(253,229,231); }

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