Html Css Color HEX #FAAEAC Sundown

📋 copy color: '#FAAEAC'

red 250 ◦ green 174 ◦ blue 172

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

Shades of Sundown #FAAEAC

Tints of Sundown #FAAEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.19%

 BLUE value IS 172 (67.58% from 255) = 28.86%

R = 41.95%
G = 29.19%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAAEAC (or 0xFAAEAC) is known color: Sundown. HEX triplet: FA, AE and AC. RGB value is (250,174,172). Sum of RGB (Red+Green+Blue) = 250+174+172=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEAC is #055153. Grayscale: #C4C4C4. Windows color (decimal): -348500 or 11316986. OLE color: 11316986.

HSL color Cylindrical-coordinate representation of color #FAAEAC: hue angle of 1.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAAEAC is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 174 172 -
CMYK 0 0.30 0.31 0.02
HSL 1.54º 0.89% 0.83% -
HSV(B) 1.54º 0.31% 0.98% -
XYZ 62.01 53.57 46.1 -
YUV 196.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 250 174 172 0 0.30 0.31 0.02 1.54 0.89 0.83
Hex FA AE AC 0 1E 1F 2 2 59 53
Octal 372 256 254 0 36 37 2 2 131 123
Binary 11111010 10101110 10101100 0 11110 11111 10 10 1011001 1010011

Color Harmonies of #FAAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEAC

Black with #FAAEAC

Text Example


Text Example

White with #FAAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEAC; }

 p { color: rgb(250,174,172); }

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

background-color css

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

 a { background-color: rgb(250,174,172); }

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

border-color css

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

 span { border-color: rgb(250,174,172); }

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