Html Css Color HEX #FAB5B2 Sundown

📋 copy color: '#FAB5B2'

red 250 ◦ green 181 ◦ blue 178

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

Shades of Sundown #FAB5B2

Tints of Sundown #FAB5B2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.72%

 BLUE value IS 178 (69.92% from 255) = 29.23%

R = 41.05%
G = 29.72%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAB5B2 (or 0xFAB5B2) is known color: Sundown. HEX triplet: FA, B5 and B2. RGB value is (250,181,178). Sum of RGB (Red+Green+Blue) = 250+181+178=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5B2 is #054A4D. Grayscale: #C9C9C9. Windows color (decimal): -346702 or 11711994. OLE color: 11711994.

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

Color convert

RGB 250 181 178 -
CMYK 0 0.28 0.29 0.02
HSL 2.5º 0.88% 0.84% -
HSV(B) 2.5º 0.29% 0.98% -
XYZ 63.98 56.59 49.67 -
YUV 201.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 250 181 178 0 0.28 0.29 0.02 2.5 0.88 0.84
Hex FA B5 B2 0 1C 1D 2 2 58 54
Octal 372 265 262 0 34 35 2 2 130 124
Binary 11111010 10110101 10110010 0 11100 11101 10 10 1011000 1010100

Color Harmonies of #FAB5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5B2

Black with #FAB5B2

Text Example


Text Example

White with #FAB5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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