Html Css Color HEX #FAA19B Rose Bud

📋 copy color: '#FAA19B'

red 250 ◦ green 161 ◦ blue 155

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

Shades of Rose Bud #FAA19B

Tints of Rose Bud #FAA19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.45%

 BLUE value IS 155 (60.94% from 255) = 27.39%

R = 44.17%
G = 28.45%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAA19B (or 0xFAA19B) is known color: Rose Bud. HEX triplet: FA, A1 and 9B. RGB value is (250,161,155). Sum of RGB (Red+Green+Blue) = 250+161+155=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA19B is #055E64. Grayscale: #BBBBBB. Windows color (decimal): -351845 or 10199546. OLE color: 10199546.

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

Color convert

RGB 250 161 155 -
CMYK 0 0.36 0.38 0.02
HSL 3.79º 0.9% 0.79% -
HSV(B) 3.79º 0.38% 0.98% -
XYZ 58.09 48.18 37.25 -
YUV 186.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 250 161 155 0 0.36 0.38 0.02 3.79 0.9 0.79
Hex FA A1 9B 0 24 26 2 4 5A 4F
Octal 372 241 233 0 44 46 2 4 132 117
Binary 11111010 10100001 10011011 0 100100 100110 10 100 1011010 1001111

Color Harmonies of #FAA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA19B

Black with #FAA19B

Text Example


Text Example

White with #FAA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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