Html Css Color HEX #FAE1DB Remy

📋 copy color: '#FAE1DB'

red 250 ◦ green 225 ◦ blue 219

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

Shades of Remy #FAE1DB

Tints of Remy #FAE1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.42%

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

R = 36.02%
G = 32.42%
B = 31.56%

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

#FAE1DB (or 0xFAE1DB) is known color: Remy. HEX triplet: FA, E1 and DB. RGB value is (250,225,219). Sum of RGB (Red+Green+Blue) = 250+225+219=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1DB is #051E24. Grayscale: #E7E7E7. Windows color (decimal): -335397 or 14410234. OLE color: 14410234.

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

Color convert

RGB 250 225 219 -
CMYK 0 0.10 0.12 0.02
HSL 11.61º 0.76% 0.92% -
HSV(B) 11.61º 0.12% 0.98% -
XYZ 79.14 79.29 78.15 -
YUV 231.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 250 225 219 0 0.10 0.12 0.02 11.61 0.76 0.92
Hex FA E1 DB 0 A C 2 C 4C 5C
Octal 372 341 333 0 12 14 2 14 114 134
Binary 11111010 11100001 11011011 0 1010 1100 10 1100 1001100 1011100

Color Harmonies of #FAE1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1DB

Black with #FAE1DB

Text Example


Text Example

White with #FAE1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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