Html Css Color HEX #FAE0D9 Remy

📋 copy color: '#FAE0D9'

red 250 ◦ green 224 ◦ blue 217

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

Shades of Remy #FAE0D9

Tints of Remy #FAE0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.4%

R = 36.18%
G = 32.42%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAE0D9 (or 0xFAE0D9) is known color: Remy. HEX triplet: FA, E0 and D9. RGB value is (250,224,217). Sum of RGB (Red+Green+Blue) = 250+224+217=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 224 (87.89% from 255 or 32.42% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0D9 is #051F26. Grayscale: #E7E7E7. Windows color (decimal): -335655 or 14278906. OLE color: 14278906.

HSL color Cylindrical-coordinate representation of color #FAE0D9: hue angle of 12.73º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAE0D9 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 217 -
CMYK 0 0.10 0.13 0.02
HSL 12.73º 0.77% 0.92% -
HSV(B) 12.73º 0.13% 0.98% -
XYZ 78.6 78.65 76.68 -
YUV 230.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 250 224 217 0 0.10 0.13 0.02 12.73 0.77 0.92
Hex FA E0 D9 0 A D 2 D 4D 5C
Octal 372 340 331 0 12 15 2 15 115 134
Binary 11111010 11100000 11011001 0 1010 1101 10 1101 1001101 1011100

Color Harmonies of #FAE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0D9

Black with #FAE0D9

Text Example


Text Example

White with #FAE0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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