Html Css Color HEX #FFAC94 Rose Bud

📋 copy color: '#FFAC94'

red 255 ◦ green 172 ◦ blue 148

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

Shades of Rose Bud #FFAC94

Tints of Rose Bud #FFAC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.74%

R = 44.35%
G = 29.91%
B = 25.74%

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

#FFAC94 (or 0xFFAC94) is known color: Rose Bud. HEX triplet: FF, AC and 94. RGB value is (255,172,148). Sum of RGB (Red+Green+Blue) = 255+172+148=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC94 is #00536B. Grayscale: #C2C2C2. Windows color (decimal): -21356 or 9743615. OLE color: 9743615.

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

Color convert

RGB 255 172 148 -
CMYK 0 0.33 0.42 0
HSL 13.46º 1% 0.79% -
HSV(B) 13.46º 0.42% 1% -
XYZ 61.34 52.9 35 -
YUV 194.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 255 172 148 0 0.33 0.42 0 13.46 1 0.79
Hex FF AC 94 0 21 2A 0 D 64 4F
Octal 377 254 224 0 41 52 0 15 144 117
Binary 11111111 10101100 10010100 0 100001 101010 0 1101 1100100 1001111

Color Harmonies of #FFAC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC94

Black with #FFAC94

Text Example


Text Example

White with #FFAC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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