Html Css Color HEX #FFA094 Rose Bud

📋 copy color: '#FFA094'

red 255 ◦ green 160 ◦ blue 148

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

Shades of Rose Bud #FFA094

Tints of Rose Bud #FFA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.42%

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

R = 45.29%
G = 28.42%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFA094 (or 0xFFA094) is known color: Rose Bud. HEX triplet: FF, A0 and 94. RGB value is (255,160,148). Sum of RGB (Red+Green+Blue) = 255+160+148=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA094 is #005F6B. Grayscale: #BBBBBB. Windows color (decimal): -24428 or 9740543. OLE color: 9740543.

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

Color convert

RGB 255 160 148 -
CMYK 0 0.37 0.42 0
HSL 6.73º 1% 0.79% -
HSV(B) 6.73º 0.42% 1% -
XYZ 59.16 48.54 34.27 -
YUV 187.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 255 160 148 0 0.37 0.42 0 6.73 1 0.79
Hex FF A0 94 0 25 2A 0 7 64 4F
Octal 377 240 224 0 45 52 0 7 144 117
Binary 11111111 10100000 10010100 0 100101 101010 0 111 1100100 1001111

Color Harmonies of #FFA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA094

Black with #FFA094

Text Example


Text Example

White with #FFA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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