Html Css Color HEX #FAA99B Rose Bud

📋 copy color: '#FAA99B'

red 250 ◦ green 169 ◦ blue 155

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

Shades of Rose Bud #FAA99B

Tints of Rose Bud #FAA99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.44%

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

R = 43.55%
G = 29.44%
B = 27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAA99B (or 0xFAA99B) is known color: Rose Bud. HEX triplet: FA, A9 and 9B. RGB value is (250,169,155). Sum of RGB (Red+Green+Blue) = 250+169+155=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA99B is #055664. Grayscale: #BFBFBF. Windows color (decimal): -349797 or 10201594. OLE color: 10201594.

HSL color Cylindrical-coordinate representation of color #FAA99B: hue angle of 8.84º 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 #FAA99B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 169 155 -
CMYK 0 0.32 0.38 0.02
HSL 8.84º 0.9% 0.79% -
HSV(B) 8.84º 0.38% 0.98% -
XYZ 59.53 51.07 37.73 -
YUV 191.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 250 169 155 0 0.32 0.38 0.02 8.84 0.9 0.79
Hex FA A9 9B 0 20 26 2 9 5A 4F
Octal 372 251 233 0 40 46 2 11 132 117
Binary 11111010 10101001 10011011 0 100000 100110 10 1001 1011010 1001111

Color Harmonies of #FAA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA99B

Black with #FAA99B

Text Example


Text Example

White with #FAA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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