Html Css Color HEX #FAE9E5 Wisp Pink

📋 copy color: '#FAE9E5'

red 250 ◦ green 233 ◦ blue 229

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

Shades of Wisp Pink #FAE9E5

Tints of Wisp Pink #FAE9E5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.72%

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

R = 35.11%
G = 32.72%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAE9E5 (or 0xFAE9E5) is known color: Wisp Pink. HEX triplet: FA, E9 and E5. RGB value is (250,233,229). Sum of RGB (Red+Green+Blue) = 250+233+229=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 233 (91.41% from 255 or 32.72% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9E5 is #05161A. Grayscale: #EDEDED. Windows color (decimal): -333339 or 15067642. OLE color: 15067642.

HSL color Cylindrical-coordinate representation of color #FAE9E5: hue angle of 11.43º degrees, saturation: 0.68, 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 #FAE9E5 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 229 -
CMYK 0 0.07 0.08 0.02
HSL 11.43º 0.68% 0.94% -
HSV(B) 11.43º 0.08% 0.98% -
XYZ 82.71 84.26 86.03 -
YUV 237.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 250 233 229 0 0.07 0.08 0.02 11.43 0.68 0.94
Hex FA E9 E5 0 7 8 2 B 44 5E
Octal 372 351 345 0 7 10 2 13 104 136
Binary 11111010 11101001 11100101 0 111 1000 10 1011 1000100 1011110

Color Harmonies of #FAE9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9E5

Black with #FAE9E5

Text Example


Text Example

White with #FAE9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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