Html Css Color HEX #FFA199 Rose Bud

📋 copy color: '#FFA199'

red 255 ◦ green 161 ◦ blue 153

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

Shades of Rose Bud #FFA199

Tints of Rose Bud #FFA199

RGB

 RED value IS 255 (100% from 255) = 44.82%

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

 BLUE value IS 153 (60.16% from 255) = 26.89%

R = 44.82%
G = 28.3%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FFA199 (or 0xFFA199) is known color: Rose Bud. HEX triplet: FF, A1 and 99. RGB value is (255,161,153). Sum of RGB (Red+Green+Blue) = 255+161+153=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA199 is #005E66. Grayscale: #BCBCBC. Windows color (decimal): -24167 or 10068479. OLE color: 10068479.

HSL color Cylindrical-coordinate representation of color #FFA199: hue angle of 4.71º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFA199 is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB 255 161 153 -
CMYK 0 0.37 0.4 0
HSL 4.71º 1% 0.8% -
HSV(B) 4.71º 0.4% 1% -
XYZ 59.73 49.05 36.46 -
YUV 188.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 255 161 153 0 0.37 0.4 0 4.71 1 0.8
Hex FF A1 99 0 25 28 0 5 64 50
Octal 377 241 231 0 45 50 0 5 144 120
Binary 11111111 10100001 10011001 0 100101 101000 0 101 1100100 1010000

Color Harmonies of #FFA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA199

Black with #FFA199

Text Example


Text Example

White with #FFA199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA199; }

 p { color: rgb(255,161,153); }

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

background-color css

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

 a { background-color: rgb(255,161,153); }

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

border-color css

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

 span { border-color: rgb(255,161,153); }

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