Html Css Color HEX #FFA994 Rose Bud

📋 copy color: '#FFA994'

red 255 ◦ green 169 ◦ blue 148

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

Shades of Rose Bud #FFA994

Tints of Rose Bud #FFA994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.55%

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

R = 44.58%
G = 29.55%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFA994 (or 0xFFA994) is known color: Rose Bud. HEX triplet: FF, A9 and 94. RGB value is (255,169,148). Sum of RGB (Red+Green+Blue) = 255+169+148=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA994 is #00566B. Grayscale: #C0C0C0. Windows color (decimal): -22124 or 9742847. OLE color: 9742847.

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

Color convert

RGB 255 169 148 -
CMYK 0 0.34 0.42 0
HSL 11.78º 1% 0.79% -
HSV(B) 11.78º 0.42% 1% -
XYZ 60.77 51.77 34.81 -
YUV 192.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 255 169 148 0 0.34 0.42 0 11.78 1 0.79
Hex FF A9 94 0 22 2A 0 C 64 4F
Octal 377 251 224 0 42 52 0 14 144 117
Binary 11111111 10101001 10010100 0 100010 101010 0 1100 1100100 1001111

Color Harmonies of #FFA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA994

Black with #FFA994

Text Example


Text Example

White with #FFA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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