Html Css Color HEX #FAB3A1 Rose Bud

📋 copy color: '#FAB3A1'

red 250 ◦ green 179 ◦ blue 161

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

Shades of Rose Bud #FAB3A1

Tints of Rose Bud #FAB3A1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.34%

 BLUE value IS 161 (63.28% from 255) = 27.29%

R = 42.37%
G = 30.34%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAB3A1 (or 0xFAB3A1) is known color: Rose Bud. HEX triplet: FA, B3 and A1. RGB value is (250,179,161). Sum of RGB (Red+Green+Blue) = 250+179+161=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3A1 is #054C5E. Grayscale: #C6C6C6. Windows color (decimal): -347231 or 10597370. OLE color: 10597370.

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

Color convert

RGB 250 179 161 -
CMYK 0 0.28 0.36 0.02
HSL 12.13º 0.9% 0.81% -
HSV(B) 12.13º 0.36% 0.98% -
XYZ 61.98 55.14 41.09 -
YUV 198.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 250 179 161 0 0.28 0.36 0.02 12.13 0.9 0.81
Hex FA B3 A1 0 1C 24 2 C 5A 51
Octal 372 263 241 0 34 44 2 14 132 121
Binary 11111010 10110011 10100001 0 11100 100100 10 1100 1011010 1010001

Color Harmonies of #FAB3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3A1

Black with #FAB3A1

Text Example


Text Example

White with #FAB3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3A1; }

 p { color: rgb(250,179,161); }

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

background-color css

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

 a { background-color: rgb(250,179,161); }

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

border-color css

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

 span { border-color: rgb(250,179,161); }

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