Html Css Color HEX #FAEBEC Amour

📋 copy color: '#FAEBEC'

red 250 ◦ green 235 ◦ blue 236

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

Shades of Amour #FAEBEC

Tints of Amour #FAEBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.59%

 BLUE value IS 236 (92.58% from 255) = 32.73%

R = 34.67%
G = 32.59%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAEBEC (or 0xFAEBEC) is known color: Amour. HEX triplet: FA, EB and EC. RGB value is (250,235,236). Sum of RGB (Red+Green+Blue) = 250+235+236=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 235 (92.19% from 255 or 32.59% from 721); Blue value is 236 (92.58% from 255 or 32.73% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBEC is #051413. Grayscale: #EFEFEF. Windows color (decimal): -332820 or 15526906. OLE color: 15526906.

HSL color Cylindrical-coordinate representation of color #FAEBEC: hue angle of 356º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEBEC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 235 236 -
CMYK 0 0.06 0.06 0.02
HSL 356º 0.6% 0.95% -
HSV(B) 356º 0.06% 0.98% -
XYZ 84.27 85.8 91.48 -
YUV 239.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 250 235 236 0 0.06 0.06 0.02 356 0.6 0.95
Hex FA EB EC 0 6 6 2 164 3C 5F
Octal 372 353 354 0 6 6 2 544 74 137
Binary 11111010 11101011 11101100 0 110 110 10 101100100 111100 1011111

Color Harmonies of #FAEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBEC

Black with #FAEBEC

Text Example


Text Example

White with #FAEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBEC; }

 p { color: rgb(250,235,236); }

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

background-color css

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

 a { background-color: rgb(250,235,236); }

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

border-color css

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

 span { border-color: rgb(250,235,236); }

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