Html Css Color HEX #FAE6EE Amour

📋 copy color: '#FAE6EE'

red 250 ◦ green 230 ◦ blue 238

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

Shades of Amour #FAE6EE

Tints of Amour #FAE6EE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.03%

 BLUE value IS 238 (93.36% from 255) = 33.15%

R = 34.82%
G = 32.03%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAE6EE (or 0xFAE6EE) is known color: Amour. HEX triplet: FA, E6 and EE. RGB value is (250,230,238). Sum of RGB (Red+Green+Blue) = 250+230+238=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 230 (90.23% from 255 or 32.03% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6EE is #051911. Grayscale: #ECECEC. Windows color (decimal): -334098 or 15656698. OLE color: 15656698.

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

Color convert

RGB 250 230 238 -
CMYK 0 0.08 0.05 0.02
HSL 336º 0.67% 0.94% -
HSV(B) 336º 0.08% 0.98% -
XYZ 83.15 83.09 92.54 -
YUV 236.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 250 230 238 0 0.08 0.05 0.02 336 0.67 0.94
Hex FA E6 EE 0 8 5 2 150 43 5E
Octal 372 346 356 0 10 5 2 520 103 136
Binary 11111010 11100110 11101110 0 1000 101 10 101010000 1000011 1011110

Color Harmonies of #FAE6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6EE

Black with #FAE6EE

Text Example


Text Example

White with #FAE6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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