Html Css Color HEX #FAB2A8 Sundown

📋 copy color: '#FAB2A8'

red 250 ◦ green 178 ◦ blue 168

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

Shades of Sundown #FAB2A8

Tints of Sundown #FAB2A8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.87%

 BLUE value IS 168 (66.02% from 255) = 28.19%

R = 41.95%
G = 29.87%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAB2A8 (or 0xFAB2A8) is known color: Sundown. HEX triplet: FA, B2 and A8. RGB value is (250,178,168). Sum of RGB (Red+Green+Blue) = 250+178+168=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2A8 is #054D57. Grayscale: #C6C6C6. Windows color (decimal): -347480 or 11055866. OLE color: 11055866.

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

Color convert

RGB 250 178 168 -
CMYK 0 0.29 0.33 0.02
HSL 7.32º 0.89% 0.82% -
HSV(B) 7.32º 0.33% 0.98% -
XYZ 62.41 54.99 44.37 -
YUV 198.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 250 178 168 0 0.29 0.33 0.02 7.32 0.89 0.82
Hex FA B2 A8 0 1D 21 2 7 59 52
Octal 372 262 250 0 35 41 2 7 131 122
Binary 11111010 10110010 10101000 0 11101 100001 10 111 1011001 1010010

Color Harmonies of #FAB2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2A8

Black with #FAB2A8

Text Example


Text Example

White with #FAB2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2A8; }

 p { color: rgb(250,178,168); }

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

background-color css

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

 a { background-color: rgb(250,178,168); }

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

border-color css

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

 span { border-color: rgb(250,178,168); }

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