Html Css Color HEX #FAEAE7 Wisp Pink

📋 copy color: '#FAEAE7'

red 250 ◦ green 234 ◦ blue 231

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

Shades of Wisp Pink #FAEAE7

Tints of Wisp Pink #FAEAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.31%

R = 34.97%
G = 32.73%
B = 32.31%

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

#FAEAE7 (or 0xFAEAE7) is known color: Wisp Pink. HEX triplet: FA, EA and E7. RGB value is (250,234,231). Sum of RGB (Red+Green+Blue) = 250+234+231=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 231 (90.62% from 255 or 32.31% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAE7 is #051518. Grayscale: #EEEEEE. Windows color (decimal): -333081 or 15198970. OLE color: 15198970.

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

Color convert

RGB 250 234 231 -
CMYK 0 0.06 0.08 0.02
HSL 9.47º 0.66% 0.94% -
HSV(B) 9.47º 0.08% 0.98% -
XYZ 83.27 84.94 87.61 -
YUV 238.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 250 234 231 0 0.06 0.08 0.02 9.47 0.66 0.94
Hex FA EA E7 0 6 8 2 9 42 5E
Octal 372 352 347 0 6 10 2 11 102 136
Binary 11111010 11101010 11100111 0 110 1000 10 1001 1000010 1011110

Color Harmonies of #FAEAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAE7

Black with #FAEAE7

Text Example


Text Example

White with #FAEAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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