Html Css Color HEX #FAEAE4 Wisp Pink

📋 copy color: '#FAEAE4'

red 250 ◦ green 234 ◦ blue 228

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

Shades of Wisp Pink #FAEAE4

Tints of Wisp Pink #FAEAE4

RGB

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

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

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

R = 35.11%
G = 32.87%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAEAE4 (or 0xFAEAE4) is known color: Wisp Pink. HEX triplet: FA, EA and E4. RGB value is (250,234,228). Sum of RGB (Red+Green+Blue) = 250+234+228=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 228 (89.45% from 255 or 32.02% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAE4 is #05151B. Grayscale: #EEEEEE. Windows color (decimal): -333084 or 15002362. OLE color: 15002362.

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

Color convert

RGB 250 234 228 -
CMYK 0 0.06 0.09 0.02
HSL 16.36º 0.69% 0.94% -
HSV(B) 16.36º 0.09% 0.98% -
XYZ 82.85 84.77 85.39 -
YUV 238.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 250 234 228 0 0.06 0.09 0.02 16.36 0.69 0.94
Hex FA EA E4 0 6 9 2 10 45 5E
Octal 372 352 344 0 6 11 2 20 105 136
Binary 11111010 11101010 11100100 0 110 1001 10 10000 1000101 1011110

Color Harmonies of #FAEAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAE4

Black with #FAEAE4

Text Example


Text Example

White with #FAEAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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