Html Css Color HEX #FAE0E1 Pale Pink

📋 copy color: '#FAE0E1'

red 250 ◦ green 224 ◦ blue 225

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

Shades of Pale Pink #FAE0E1

Tints of Pale Pink #FAE0E1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.05%

 BLUE value IS 225 (88.28% from 255) = 32.19%

R = 35.77%
G = 32.05%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAE0E1 (or 0xFAE0E1) is known color: Pale Pink. HEX triplet: FA, E0 and E1. RGB value is (250,224,225). Sum of RGB (Red+Green+Blue) = 250+224+225=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0E1 is #051F1E. Grayscale: #E7E7E7. Windows color (decimal): -335647 or 14803194. OLE color: 14803194.

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

Color convert

RGB 250 224 225 -
CMYK 0 0.10 0.10 0.02
HSL 357.69º 0.72% 0.93% -
HSV(B) 357.69º 0.1% 0.98% -
XYZ 79.67 79.07 82.3 -
YUV 231.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 250 224 225 0 0.10 0.10 0.02 357.69 0.72 0.93
Hex FA E0 E1 0 A A 2 166 48 5D
Octal 372 340 341 0 12 12 2 546 110 135
Binary 11111010 11100000 11100001 0 1010 1010 10 101100110 1001000 1011101

Color Harmonies of #FAE0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0E1

Black with #FAE0E1

Text Example


Text Example

White with #FAE0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0E1; }

 p { color: rgb(250,224,225); }

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

background-color css

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

 a { background-color: rgb(250,224,225); }

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

border-color css

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

 span { border-color: rgb(250,224,225); }

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