Html Css Color HEX #FAE4E5 Pale Pink

📋 copy color: '#FAE4E5'

red 250 ◦ green 228 ◦ blue 229

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

Shades of Pale Pink #FAE4E5

Tints of Pale Pink #FAE4E5

RGB

 RED value IS 250 (98.05% from 255) = 35.36%

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

 BLUE value IS 229 (89.84% from 255) = 32.39%

R = 35.36%
G = 32.25%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAE4E5 (or 0xFAE4E5) is known color: Pale Pink. HEX triplet: FA, E4 and E5. RGB value is (250,228,229). Sum of RGB (Red+Green+Blue) = 250+228+229=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 228 (89.45% from 255 or 32.25% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4E5 is #051B1A. Grayscale: #EAEAEA. Windows color (decimal): -334619 or 15066362. OLE color: 15066362.

HSL color Cylindrical-coordinate representation of color #FAE4E5: hue angle of 357.27º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE4E5 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 228 229 -
CMYK 0 0.09 0.08 0.02
HSL 357.27º 0.69% 0.94% -
HSV(B) 357.27º 0.09% 0.98% -
XYZ 81.31 81.47 85.57 -
YUV 234.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 250 228 229 0 0.09 0.08 0.02 357.27 0.69 0.94
Hex FA E4 E5 0 9 8 2 165 45 5E
Octal 372 344 345 0 11 10 2 545 105 136
Binary 11111010 11100100 11100101 0 1001 1000 10 101100101 1000101 1011110

Color Harmonies of #FAE4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4E5

Black with #FAE4E5

Text Example


Text Example

White with #FAE4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4E5; }

 p { color: rgb(250,228,229); }

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

background-color css

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

 a { background-color: rgb(250,228,229); }

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

border-color css

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

 span { border-color: rgb(250,228,229); }

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