Html Css Color HEX #FAE8EB Amour

📋 copy color: '#FAE8EB'

red 250 ◦ green 232 ◦ blue 235

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

Shades of Amour #FAE8EB

Tints of Amour #FAE8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.36%

 BLUE value IS 235 (92.19% from 255) = 32.78%

R = 34.87%
G = 32.36%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAE8EB (or 0xFAE8EB) is known color: Amour. HEX triplet: FA, E8 and EB. RGB value is (250,232,235). Sum of RGB (Red+Green+Blue) = 250+232+235=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 232 (91.02% from 255 or 32.36% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8EB is #051714. Grayscale: #EDEDED. Windows color (decimal): -333589 or 15460602. OLE color: 15460602.

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

Color convert

RGB 250 232 235 -
CMYK 0 0.07 0.06 0.02
HSL 350º 0.64% 0.95% -
HSV(B) 350º 0.07% 0.98% -
XYZ 83.28 84.04 90.43 -
YUV 237.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 250 232 235 0 0.07 0.06 0.02 350 0.64 0.95
Hex FA E8 EB 0 7 6 2 15E 40 5F
Octal 372 350 353 0 7 6 2 536 100 137
Binary 11111010 11101000 11101011 0 111 110 10 101011110 1000000 1011111

Color Harmonies of #FAE8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE8EB

Black with #FAE8EB

Text Example


Text Example

White with #FAE8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE8EB; }

 p { color: rgb(250,232,235); }

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

background-color css

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

 a { background-color: rgb(250,232,235); }

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

border-color css

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

 span { border-color: rgb(250,232,235); }

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