Html Css Color HEX #FFA299 Rose Bud

📋 copy color: '#FFA299'

red 255 ◦ green 162 ◦ blue 153

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

Shades of Rose Bud #FFA299

Tints of Rose Bud #FFA299

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.42%

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

R = 44.74%
G = 28.42%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FFA299 (or 0xFFA299) is known color: Rose Bud. HEX triplet: FF, A2 and 99. RGB value is (255,162,153). Sum of RGB (Red+Green+Blue) = 255+162+153=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA299 is #005D66. Grayscale: #BCBCBC. Windows color (decimal): -23911 or 10068735. OLE color: 10068735.

HSL color Cylindrical-coordinate representation of color #FFA299: hue angle of 5.29º 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 #FFA299 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB 255 162 153 -
CMYK 0 0.36 0.4 0
HSL 5.29º 1% 0.8% -
HSV(B) 5.29º 0.4% 1% -
XYZ 59.91 49.4 36.51 -
YUV 188.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 255 162 153 0 0.36 0.4 0 5.29 1 0.8
Hex FF A2 99 0 24 28 0 5 64 50
Octal 377 242 231 0 44 50 0 5 144 120
Binary 11111111 10100010 10011001 0 100100 101000 0 101 1100100 1010000

Color Harmonies of #FFA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA299

Black with #FFA299

Text Example


Text Example

White with #FFA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA299; }

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

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

background-color css

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

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

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

border-color css

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

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

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