Html Css Color HEX #FAE0DC Remy

📋 copy color: '#FAE0DC'

red 250 ◦ green 224 ◦ blue 220

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

Shades of Remy #FAE0DC

Tints of Remy #FAE0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.7%

R = 36.02%
G = 32.28%
B = 31.7%

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

#FAE0DC (or 0xFAE0DC) is known color: Remy. HEX triplet: FA, E0 and DC. RGB value is (250,224,220). Sum of RGB (Red+Green+Blue) = 250+224+220=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0DC is #051F23. Grayscale: #E7E7E7. Windows color (decimal): -335652 or 14475514. OLE color: 14475514.

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

Color convert

RGB 250 224 220 -
CMYK 0 0.10 0.12 0.02
HSL 0.75% 0.92% -
HSV(B) 0.12% 0.98% -
XYZ 79 78.8 78.76 -
YUV 231.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 250 224 220 0 0.10 0.12 0.02 8 0.75 0.92
Hex FA E0 DC 0 A C 2 8 4B 5C
Octal 372 340 334 0 12 14 2 10 113 134
Binary 11111010 11100000 11011100 0 1010 1100 10 1000 1001011 1011100

Color Harmonies of #FAE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0DC

Black with #FAE0DC

Text Example


Text Example

White with #FAE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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