Html Css Color HEX #FDE2E4 Pale Pink

📋 copy color: '#FDE2E4'

red 253 ◦ green 226 ◦ blue 228

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

Shades of Pale Pink #FDE2E4

Tints of Pale Pink #FDE2E4

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.97%

 BLUE value IS 228 (89.45% from 255) = 32.25%

R = 35.79%
G = 31.97%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDE2E4 (or 0xFDE2E4) is known color: Pale Pink. HEX triplet: FD, E2 and E4. RGB value is (253,226,228). Sum of RGB (Red+Green+Blue) = 253+226+228=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 226 (88.67% from 255 or 31.97% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2E4 is #021D1B. Grayscale: #EAEAEA. Windows color (decimal): -138524 or 15000317. OLE color: 15000317.

HSL color Cylindrical-coordinate representation of color #FDE2E4: hue angle of 355.56º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE2E4 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 226 228 -
CMYK 0 0.11 0.10 0.01
HSL 355.56º 0.87% 0.94% -
HSV(B) 355.56º 0.11% 0.99% -
XYZ 81.71 80.88 84.7 -
YUV 234.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 253 226 228 0 0.11 0.10 0.01 355.56 0.87 0.94
Hex FD E2 E4 0 B A 1 164 57 5E
Octal 375 342 344 0 13 12 1 544 127 136
Binary 11111101 11100010 11100100 0 1011 1010 1 101100100 1010111 1011110

Color Harmonies of #FDE2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2E4

Black with #FDE2E4

Text Example


Text Example

White with #FDE2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2E4; }

 p { color: rgb(253,226,228); }

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

background-color css

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

 a { background-color: rgb(253,226,228); }

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

border-color css

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

 span { border-color: rgb(253,226,228); }

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