Html Css Color HEX #FFA895 Rose Bud

📋 copy color: '#FFA895'

red 255 ◦ green 168 ◦ blue 149

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

Shades of Rose Bud #FFA895

Tints of Rose Bud #FFA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.37%

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

R = 44.58%
G = 29.37%
B = 26.05%

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

#FFA895 (or 0xFFA895) is known color: Rose Bud. HEX triplet: FF, A8 and 95. RGB value is (255,168,149). Sum of RGB (Red+Green+Blue) = 255+168+149=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA895 is #00576A. Grayscale: #C0C0C0. Windows color (decimal): -22379 or 9808127. OLE color: 9808127.

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

Color convert

RGB 255 168 149 -
CMYK 0 0.34 0.42 0
HSL 10.75º 1% 0.79% -
HSV(B) 10.75º 0.42% 1% -
XYZ 60.67 51.44 35.16 -
YUV 191.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 255 168 149 0 0.34 0.42 0 10.75 1 0.79
Hex FF A8 95 0 22 2A 0 B 64 4F
Octal 377 250 225 0 42 52 0 13 144 117
Binary 11111111 10101000 10010101 0 100010 101010 0 1011 1100100 1001111

Color Harmonies of #FFA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA895

Black with #FFA895

Text Example


Text Example

White with #FFA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA895; }

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

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

background-color css

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

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

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

border-color css

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

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

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