Html Css Color HEX #FAE0E6 Amour

📋 copy color: '#FAE0E6'

red 250 ◦ green 224 ◦ blue 230

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

Shades of Amour #FAE0E6

Tints of Amour #FAE0E6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.82%

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

R = 35.51%
G = 31.82%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAE0E6 (or 0xFAE0E6) is known color: Amour. HEX triplet: FA, E0 and E6. RGB value is (250,224,230). Sum of RGB (Red+Green+Blue) = 250+224+230=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0E6 is #051F19. Grayscale: #E8E8E8. Windows color (decimal): -335642 or 15130874. OLE color: 15130874.

HSL color Cylindrical-coordinate representation of color #FAE0E6: hue angle of 346.15º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE0E6 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 230 -
CMYK 0 0.10 0.08 0.02
HSL 346.15º 0.72% 0.93% -
HSV(B) 346.15º 0.1% 0.98% -
XYZ 80.36 79.35 85.94 -
YUV 232.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 250 224 230 0 0.10 0.08 0.02 346.15 0.72 0.93
Hex FA E0 E6 0 A 8 2 15A 48 5D
Octal 372 340 346 0 12 10 2 532 110 135
Binary 11111010 11100000 11100110 0 1010 1000 10 101011010 1001000 1011101

Color Harmonies of #FAE0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0E6

Black with #FAE0E6

Text Example


Text Example

White with #FAE0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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