Html Css Color HEX #FDE5E6 Pale Pink

📋 copy color: '#FDE5E6'

red 253 ◦ green 229 ◦ blue 230

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

Shades of Pale Pink #FDE5E6

Tints of Pale Pink #FDE5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.3%

R = 35.53%
G = 32.16%
B = 32.3%

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

#FDE5E6 (or 0xFDE5E6) is known color: Pale Pink. HEX triplet: FD, E5 and E6. RGB value is (253,229,230). Sum of RGB (Red+Green+Blue) = 253+229+230=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 230 (90.23% from 255 or 32.30% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5E6 is #021A19. Grayscale: #ECECEC. Windows color (decimal): -137754 or 15132157. OLE color: 15132157.

HSL color Cylindrical-coordinate representation of color #FDE5E6: hue angle of 357.5º 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 #FDE5E6 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 229 230 -
CMYK 0 0.09 0.09 0.01
HSL 357.5º 0.86% 0.95% -
HSV(B) 357.5º 0.09% 0.99% -
XYZ 82.81 82.63 86.45 -
YUV 236.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 253 229 230 0 0.09 0.09 0.01 357.5 0.86 0.95
Hex FD E5 E6 0 9 9 1 166 56 5F
Octal 375 345 346 0 11 11 1 546 126 137
Binary 11111101 11100101 11100110 0 1001 1001 1 101100110 1010110 1011111

Color Harmonies of #FDE5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5E6

Black with #FDE5E6

Text Example


Text Example

White with #FDE5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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