Html Css Color HEX #FDE3E4 Pale Pink

📋 copy color: '#FDE3E4'

red 253 ◦ green 227 ◦ blue 228

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

Shades of Pale Pink #FDE3E4

Tints of Pale Pink #FDE3E4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.06%

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

R = 35.73%
G = 32.06%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDE3E4 (or 0xFDE3E4) is known color: Pale Pink. HEX triplet: FD, E3 and E4. RGB value is (253,227,228). Sum of RGB (Red+Green+Blue) = 253+227+228=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 227 (89.06% from 255 or 32.06% from 708); Blue value is 228 (89.45% from 255 or 32.20% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3E4 is #021C1B. Grayscale: #EAEAEA. Windows color (decimal): -138268 or 15000573. OLE color: 15000573.

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

Color convert

RGB 253 227 228 -
CMYK 0 0.10 0.10 0.01
HSL 357.69º 0.87% 0.94% -
HSV(B) 357.69º 0.1% 0.99% -
XYZ 81.98 81.42 84.79 -
YUV 234.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 253 227 228 0 0.10 0.10 0.01 357.69 0.87 0.94
Hex FD E3 E4 0 A A 1 166 57 5E
Octal 375 343 344 0 12 12 1 546 127 136
Binary 11111101 11100011 11100100 0 1010 1010 1 101100110 1010111 1011110

Color Harmonies of #FDE3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3E4

Black with #FDE3E4

Text Example


Text Example

White with #FDE3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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