Html Css Color HEX #FAE7E8 Pale Pink

📋 copy color: '#FAE7E8'

red 250 ◦ green 231 ◦ blue 232

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

Shades of Pale Pink #FAE7E8

Tints of Pale Pink #FAE7E8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.4%

 BLUE value IS 232 (91.02% from 255) = 32.54%

R = 35.06%
G = 32.4%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAE7E8 (or 0xFAE7E8) is known color: Pale Pink. HEX triplet: FA, E7 and E8. RGB value is (250,231,232). Sum of RGB (Red+Green+Blue) = 250+231+232=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 232 (91.02% from 255 or 32.54% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7E8 is #051817. Grayscale: #ECECEC. Windows color (decimal): -333848 or 15263738. OLE color: 15263738.

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

Color convert

RGB 250 231 232 -
CMYK 0 0.08 0.07 0.02
HSL 356.84º 0.66% 0.94% -
HSV(B) 356.84º 0.08% 0.98% -
XYZ 82.57 83.3 88.07 -
YUV 236.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 250 231 232 0 0.08 0.07 0.02 356.84 0.66 0.94
Hex FA E7 E8 0 8 7 2 165 42 5E
Octal 372 347 350 0 10 7 2 545 102 136
Binary 11111010 11100111 11101000 0 1000 111 10 101100101 1000010 1011110

Color Harmonies of #FAE7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE7E8

Black with #FAE7E8

Text Example


Text Example

White with #FAE7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE7E8; }

 p { color: rgb(250,231,232); }

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

background-color css

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

 a { background-color: rgb(250,231,232); }

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

border-color css

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

 span { border-color: rgb(250,231,232); }

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