Html Css Color HEX #FAEAE6 Wisp Pink

📋 copy color: '#FAEAE6'

red 250 ◦ green 234 ◦ blue 230

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

Shades of Wisp Pink #FAEAE6

Tints of Wisp Pink #FAEAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.21%

R = 35.01%
G = 32.77%
B = 32.21%

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

#FAEAE6 (or 0xFAEAE6) is known color: Wisp Pink. HEX triplet: FA, EA and E6. RGB value is (250,234,230). Sum of RGB (Red+Green+Blue) = 250+234+230=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 230 (90.23% from 255 or 32.21% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAE6 is #051519. Grayscale: #EEEEEE. Windows color (decimal): -333082 or 15133434. OLE color: 15133434.

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

Color convert

RGB 250 234 230 -
CMYK 0 0.06 0.08 0.02
HSL 12º 0.67% 0.94% -
HSV(B) 12º 0.08% 0.98% -
XYZ 83.13 84.88 86.87 -
YUV 238.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 250 234 230 0 0.06 0.08 0.02 12 0.67 0.94
Hex FA EA E6 0 6 8 2 C 43 5E
Octal 372 352 346 0 6 10 2 14 103 136
Binary 11111010 11101010 11100110 0 110 1000 10 1100 1000011 1011110

Color Harmonies of #FAEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAE6

Black with #FAEAE6

Text Example


Text Example

White with #FAEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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