Html Css Color HEX #FAEAE5 Wisp Pink

📋 copy color: '#FAEAE5'

red 250 ◦ green 234 ◦ blue 229

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

Shades of Wisp Pink #FAEAE5

Tints of Wisp Pink #FAEAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.82%

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

R = 35.06%
G = 32.82%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAEAE5 (or 0xFAEAE5) is known color: Wisp Pink. HEX triplet: FA, EA and E5. RGB value is (250,234,229). Sum of RGB (Red+Green+Blue) = 250+234+229=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 229 (89.84% from 255 or 32.12% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAE5 is #05151A. Grayscale: #EEEEEE. Windows color (decimal): -333083 or 15067898. OLE color: 15067898.

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

Color convert

RGB 250 234 229 -
CMYK 0 0.06 0.08 0.02
HSL 14.29º 0.68% 0.94% -
HSV(B) 14.29º 0.08% 0.98% -
XYZ 82.99 84.83 86.13 -
YUV 238.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 250 234 229 0 0.06 0.08 0.02 14.29 0.68 0.94
Hex FA EA E5 0 6 8 2 E 44 5E
Octal 372 352 345 0 6 10 2 16 104 136
Binary 11111010 11101010 11100101 0 110 1000 10 1110 1000100 1011110

Color Harmonies of #FAEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAE5

Black with #FAEAE5

Text Example


Text Example

White with #FAEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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