Html Css Color HEX #FAEBED Amour

📋 copy color: '#FAEBED'

red 250 ◦ green 235 ◦ blue 237

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

Shades of Amour #FAEBED

Tints of Amour #FAEBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 32.83%

R = 34.63%
G = 32.55%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAEBED (or 0xFAEBED) is known color: Amour. HEX triplet: FA, EB and ED. RGB value is (250,235,237). Sum of RGB (Red+Green+Blue) = 250+235+237=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBED is #051412. Grayscale: #EFEFEF. Windows color (decimal): -332819 or 15592442. OLE color: 15592442.

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

Color convert

RGB 250 235 237 -
CMYK 0 0.06 0.05 0.02
HSL 352º 0.6% 0.95% -
HSV(B) 352º 0.06% 0.98% -
XYZ 84.42 85.86 92.24 -
YUV 239.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 250 235 237 0 0.06 0.05 0.02 352 0.6 0.95
Hex FA EB ED 0 6 5 2 160 3C 5F
Octal 372 353 355 0 6 5 2 540 74 137
Binary 11111010 11101011 11101101 0 110 101 10 101100000 111100 1011111

Color Harmonies of #FAEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBED

Black with #FAEBED

Text Example


Text Example

White with #FAEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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