Html Css Color HEX #FAB6B4 Sundown

📋 copy color: '#FAB6B4'

red 250 ◦ green 182 ◦ blue 180

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

Shades of Sundown #FAB6B4

Tints of Sundown #FAB6B4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.74%

 BLUE value IS 180 (70.7% from 255) = 29.41%

R = 40.85%
G = 29.74%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAB6B4 (or 0xFAB6B4) is known color: Sundown. HEX triplet: FA, B6 and B4. RGB value is (250,182,180). Sum of RGB (Red+Green+Blue) = 250+182+180=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6B4 is #05494B. Grayscale: #CACACA. Windows color (decimal): -346444 or 11843322. OLE color: 11843322.

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

Color convert

RGB 250 182 180 -
CMYK 0 0.27 0.28 0.02
HSL 1.71º 0.88% 0.84% -
HSV(B) 1.71º 0.28% 0.98% -
XYZ 64.39 57.08 50.8 -
YUV 202.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 250 182 180 0 0.27 0.28 0.02 1.71 0.88 0.84
Hex FA B6 B4 0 1B 1C 2 2 58 54
Octal 372 266 264 0 33 34 2 2 130 124
Binary 11111010 10110110 10110100 0 11011 11100 10 10 1011000 1010100

Color Harmonies of #FAB6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6B4

Black with #FAB6B4

Text Example


Text Example

White with #FAB6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6B4; }

 p { color: rgb(250,182,180); }

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

background-color css

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

 a { background-color: rgb(250,182,180); }

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

border-color css

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

 span { border-color: rgb(250,182,180); }

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