Html Css Color HEX #FFA198 Rose Bud

📋 copy color: '#FFA198'

red 255 ◦ green 161 ◦ blue 152

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

Shades of Rose Bud #FFA198

Tints of Rose Bud #FFA198

RGB

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

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

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

R = 44.89%
G = 28.35%
B = 26.76%

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

#FFA198 (or 0xFFA198) is known color: Rose Bud. HEX triplet: FF, A1 and 98. RGB value is (255,161,152). Sum of RGB (Red+Green+Blue) = 255+161+152=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA198 is #005E67. Grayscale: #BCBCBC. Windows color (decimal): -24168 or 10002943. OLE color: 10002943.

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

Color convert

RGB 255 161 152 -
CMYK 0 0.37 0.40 0
HSL 5.24º 1% 0.8% -
HSV(B) 5.24º 0.4% 1% -
XYZ 59.65 49.02 36.02 -
YUV 188.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 255 161 152 0 0.37 0.40 0 5.24 1 0.8
Hex FF A1 98 0 25 28 0 5 64 50
Octal 377 241 230 0 45 50 0 5 144 120
Binary 11111111 10100001 10011000 0 100101 101000 0 101 1100100 1010000

Color Harmonies of #FFA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA198

Black with #FFA198

Text Example


Text Example

White with #FFA198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA198; }

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

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

background-color css

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

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

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

border-color css

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

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

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