Html Css Color HEX #FFA298 Rose Bud

📋 copy color: '#FFA298'

red 255 ◦ green 162 ◦ blue 152

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

Shades of Rose Bud #FFA298

Tints of Rose Bud #FFA298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.71%

R = 44.82%
G = 28.47%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFA298 (or 0xFFA298) is known color: Rose Bud. HEX triplet: FF, A2 and 98. RGB value is (255,162,152). Sum of RGB (Red+Green+Blue) = 255+162+152=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA298 is #005D67. Grayscale: #BCBCBC. Windows color (decimal): -23912 or 10003199. OLE color: 10003199.

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

Color convert

RGB 255 162 152 -
CMYK 0 0.36 0.40 0
HSL 5.83º 1% 0.8% -
HSV(B) 5.83º 0.4% 1% -
XYZ 59.83 49.37 36.08 -
YUV 188.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 255 162 152 0 0.36 0.40 0 5.83 1 0.8
Hex FF A2 98 0 24 28 0 6 64 50
Octal 377 242 230 0 44 50 0 6 144 120
Binary 11111111 10100010 10011000 0 100100 101000 0 110 1100100 1010000

Color Harmonies of #FFA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA298

Black with #FFA298

Text Example


Text Example

White with #FFA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA298; }

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

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

background-color css

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

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

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

border-color css

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

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

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