Html Css Color HEX #FFAC98 Rose Bud

📋 copy color: '#FFAC98'

red 255 ◦ green 172 ◦ blue 152

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

Shades of Rose Bud #FFAC98

Tints of Rose Bud #FFAC98

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.71%

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

R = 44.04%
G = 29.71%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFAC98 (or 0xFFAC98) is known color: Rose Bud. HEX triplet: FF, AC and 98. RGB value is (255,172,152). Sum of RGB (Red+Green+Blue) = 255+172+152=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC98 is #005367. Grayscale: #C2C2C2. Windows color (decimal): -21352 or 10005759. OLE color: 10005759.

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

Color convert

RGB 255 172 152 -
CMYK 0 0.33 0.40 0
HSL 11.65º 1% 0.8% -
HSV(B) 11.65º 0.4% 1% -
XYZ 61.66 53.03 36.69 -
YUV 194.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 255 172 152 0 0.33 0.40 0 11.65 1 0.8
Hex FF AC 98 0 21 28 0 C 64 50
Octal 377 254 230 0 41 50 0 14 144 120
Binary 11111111 10101100 10011000 0 100001 101000 0 1100 1100100 1010000

Color Harmonies of #FFAC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC98

Black with #FFAC98

Text Example


Text Example

White with #FFAC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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