Html Css Color HEX #FAE2E4 Pale Pink

📋 copy color: '#FAE2E4'

red 250 ◦ green 226 ◦ blue 228

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

Shades of Pale Pink #FAE2E4

Tints of Pale Pink #FAE2E4

RGB

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

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

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

R = 35.51%
G = 32.1%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAE2E4 (or 0xFAE2E4) is known color: Pale Pink. HEX triplet: FA, E2 and E4. RGB value is (250,226,228). Sum of RGB (Red+Green+Blue) = 250+226+228=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2E4 is #051D1B. Grayscale: #E9E9E9. Windows color (decimal): -335132 or 15000314. OLE color: 15000314.

HSL color Cylindrical-coordinate representation of color #FAE2E4: hue angle of 355º degrees, saturation: 0.71, 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 #FAE2E4 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 228 -
CMYK 0 0.10 0.09 0.02
HSL 355º 0.71% 0.93% -
HSV(B) 355º 0.1% 0.98% -
XYZ 80.62 80.32 84.65 -
YUV 233.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 250 226 228 0 0.10 0.09 0.02 355 0.71 0.93
Hex FA E2 E4 0 A 9 2 163 47 5D
Octal 372 342 344 0 12 11 2 543 107 135
Binary 11111010 11100010 11100100 0 1010 1001 10 101100011 1000111 1011101

Color Harmonies of #FAE2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2E4

Black with #FAE2E4

Text Example


Text Example

White with #FAE2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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