Html Css Color HEX #FFA098 Rose Bud

📋 copy color: '#FFA098'

red 255 ◦ green 160 ◦ blue 152

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

Shades of Rose Bud #FFA098

Tints of Rose Bud #FFA098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.22%

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

R = 44.97%
G = 28.22%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFA098 (or 0xFFA098) is known color: Rose Bud. HEX triplet: FF, A0 and 98. RGB value is (255,160,152). Sum of RGB (Red+Green+Blue) = 255+160+152=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA098 is #005F67. Grayscale: #BBBBBB. Windows color (decimal): -24424 or 10002687. OLE color: 10002687.

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

Color convert

RGB 255 160 152 -
CMYK 0 0.37 0.40 0
HSL 4.66º 1% 0.8% -
HSV(B) 4.66º 0.4% 1% -
XYZ 59.48 48.67 35.96 -
YUV 187.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 255 160 152 0 0.37 0.40 0 4.66 1 0.8
Hex FF A0 98 0 25 28 0 5 64 50
Octal 377 240 230 0 45 50 0 5 144 120
Binary 11111111 10100000 10011000 0 100101 101000 0 101 1100100 1010000

Color Harmonies of #FFA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA098

Black with #FFA098

Text Example


Text Example

White with #FFA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA098; }

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

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

background-color css

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

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

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

border-color css

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

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

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