Html Css Color HEX #FFA095 Rose Bud

📋 copy color: '#FFA095'

red 255 ◦ green 160 ◦ blue 149

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

Shades of Rose Bud #FFA095

Tints of Rose Bud #FFA095

RGB

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

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

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

R = 45.21%
G = 28.37%
B = 26.42%

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

#FFA095 (or 0xFFA095) is known color: Rose Bud. HEX triplet: FF, A0 and 95. RGB value is (255,160,149). Sum of RGB (Red+Green+Blue) = 255+160+149=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA095 is #005F6A. Grayscale: #BBBBBB. Windows color (decimal): -24427 or 9806079. OLE color: 9806079.

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

Color convert

RGB 255 160 149 -
CMYK 0 0.37 0.42 0
HSL 6.23º 1% 0.79% -
HSV(B) 6.23º 0.42% 1% -
XYZ 59.24 48.57 34.69 -
YUV 187.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 255 160 149 0 0.37 0.42 0 6.23 1 0.79
Hex FF A0 95 0 25 2A 0 6 64 4F
Octal 377 240 225 0 45 52 0 6 144 117
Binary 11111111 10100000 10010101 0 100101 101010 0 110 1100100 1001111

Color Harmonies of #FFA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA095

Black with #FFA095

Text Example


Text Example

White with #FFA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA095; }

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

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

background-color css

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

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

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

border-color css

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

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

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