Html Css Color HEX #FAB2AF Sundown

📋 copy color: '#FAB2AF'

red 250 ◦ green 178 ◦ blue 175

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

Shades of Sundown #FAB2AF

Tints of Sundown #FAB2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.02%

R = 41.46%
G = 29.52%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAB2AF (or 0xFAB2AF) is known color: Sundown. HEX triplet: FA, B2 and AF. RGB value is (250,178,175). Sum of RGB (Red+Green+Blue) = 250+178+175=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2AF is #054D50. Grayscale: #C7C7C7. Windows color (decimal): -347473 or 11514618. OLE color: 11514618.

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

Color convert

RGB 250 178 175 -
CMYK 0 0.29 0.3 0.02
HSL 2.4º 0.88% 0.83% -
HSV(B) 2.4º 0.3% 0.98% -
XYZ 63.08 55.26 47.9 -
YUV 199.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 250 178 175 0 0.29 0.3 0.02 2.4 0.88 0.83
Hex FA B2 AF 0 1D 1E 2 2 58 53
Octal 372 262 257 0 35 36 2 2 130 123
Binary 11111010 10110010 10101111 0 11101 11110 10 10 1011000 1010011

Color Harmonies of #FAB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2AF

Black with #FAB2AF

Text Example


Text Example

White with #FAB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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