Html Css Color HEX #FAE7E3 Wisp Pink

📋 copy color: '#FAE7E3'

red 250 ◦ green 231 ◦ blue 227

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

Shades of Wisp Pink #FAE7E3

Tints of Wisp Pink #FAE7E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.06%

R = 35.31%
G = 32.63%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAE7E3 (or 0xFAE7E3) is known color: Wisp Pink. HEX triplet: FA, E7 and E3. RGB value is (250,231,227). Sum of RGB (Red+Green+Blue) = 250+231+227=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 231 (90.62% from 255 or 32.63% from 708); Blue value is 227 (89.06% from 255 or 32.06% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7E3 is #05181C. Grayscale: #ECECEC. Windows color (decimal): -333853 or 14936058. OLE color: 14936058.

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

Color convert

RGB 250 231 227 -
CMYK 0 0.08 0.09 0.02
HSL 10.43º 0.7% 0.94% -
HSV(B) 10.43º 0.09% 0.98% -
XYZ 81.87 83.02 84.38 -
YUV 236.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 250 231 227 0 0.08 0.09 0.02 10.43 0.7 0.94
Hex FA E7 E3 0 8 9 2 A 46 5E
Octal 372 347 343 0 10 11 2 12 106 136
Binary 11111010 11100111 11100011 0 1000 1001 10 1010 1000110 1011110

Color Harmonies of #FAE7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE7E3

Black with #FAE7E3

Text Example


Text Example

White with #FAE7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE7E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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