Html Css Color HEX #FAE0DB Remy

📋 copy color: '#FAE0DB'

red 250 ◦ green 224 ◦ blue 219

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

Shades of Remy #FAE0DB

Tints of Remy #FAE0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.6%

R = 36.08%
G = 32.32%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAE0DB (or 0xFAE0DB) is known color: Remy. HEX triplet: FA, E0 and DB. RGB value is (250,224,219). Sum of RGB (Red+Green+Blue) = 250+224+219=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0DB is #051F24. Grayscale: #E7E7E7. Windows color (decimal): -335653 or 14409978. OLE color: 14409978.

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

Color convert

RGB 250 224 219 -
CMYK 0 0.10 0.12 0.02
HSL 9.68º 0.76% 0.92% -
HSV(B) 9.68º 0.12% 0.98% -
XYZ 78.87 78.75 78.06 -
YUV 231.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 250 224 219 0 0.10 0.12 0.02 9.68 0.76 0.92
Hex FA E0 DB 0 A C 2 A 4C 5C
Octal 372 340 333 0 12 14 2 12 114 134
Binary 11111010 11100000 11011011 0 1010 1100 10 1010 1001100 1011100

Color Harmonies of #FAE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0DB

Black with #FAE0DB

Text Example


Text Example

White with #FAE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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