Html Css Color HEX #FFAC95 Rose Bud

📋 copy color: '#FFAC95'

red 255 ◦ green 172 ◦ blue 149

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

Shades of Rose Bud #FFAC95

Tints of Rose Bud #FFAC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.87%

R = 44.27%
G = 29.86%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFAC95 (or 0xFFAC95) is known color: Rose Bud. HEX triplet: FF, AC and 95. RGB value is (255,172,149). Sum of RGB (Red+Green+Blue) = 255+172+149=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC95 is #00536A. Grayscale: #C2C2C2. Windows color (decimal): -21355 or 9809151. OLE color: 9809151.

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

Color convert

RGB 255 172 149 -
CMYK 0 0.33 0.42 0
HSL 13.02º 1% 0.79% -
HSV(B) 13.02º 0.42% 1% -
XYZ 61.42 52.93 35.41 -
YUV 194.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 255 172 149 0 0.33 0.42 0 13.02 1 0.79
Hex FF AC 95 0 21 2A 0 D 64 4F
Octal 377 254 225 0 41 52 0 15 144 117
Binary 11111111 10101100 10010101 0 100001 101010 0 1101 1100100 1001111

Color Harmonies of #FFAC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC95

Black with #FFAC95

Text Example


Text Example

White with #FFAC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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