Html Css Color HEX #FFAC9E Rose Bud

📋 copy color: '#FFAC9E'

red 255 ◦ green 172 ◦ blue 158

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

Shades of Rose Bud #FFAC9E

Tints of Rose Bud #FFAC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.01%

R = 43.59%
G = 29.4%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFAC9E (or 0xFFAC9E) is known color: Rose Bud. HEX triplet: FF, AC and 9E. RGB value is (255,172,158). Sum of RGB (Red+Green+Blue) = 255+172+158=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC9E is #005361. Grayscale: #C3C3C3. Windows color (decimal): -21346 or 10398975. OLE color: 10398975.

HSL color Cylindrical-coordinate representation of color #FFAC9E: hue angle of 8.66º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFAC9E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 255 172 158 -
CMYK 0 0.33 0.38 0
HSL 8.66º 1% 0.81% -
HSV(B) 8.66º 0.38% 1% -
XYZ 62.16 53.23 39.35 -
YUV 195.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 255 172 158 0 0.33 0.38 0 8.66 1 0.81
Hex FF AC 9E 0 21 26 0 9 64 51
Octal 377 254 236 0 41 46 0 11 144 121
Binary 11111111 10101100 10011110 0 100001 100110 0 1001 1100100 1010001

Color Harmonies of #FFAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC9E

Black with #FFAC9E

Text Example


Text Example

White with #FFAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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