Html Css Color HEX #FFA595 Rose Bud

📋 copy color: '#FFA595'

red 255 ◦ green 165 ◦ blue 149

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

Shades of Rose Bud #FFA595

Tints of Rose Bud #FFA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29%

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

R = 44.82%
G = 29%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFA595 (or 0xFFA595) is known color: Rose Bud. HEX triplet: FF, A5 and 95. RGB value is (255,165,149). Sum of RGB (Red+Green+Blue) = 255+165+149=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA595 is #005A6A. Grayscale: #BEBEBE. Windows color (decimal): -23147 or 9807359. OLE color: 9807359.

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

Color convert

RGB 255 165 149 -
CMYK 0 0.35 0.42 0
HSL 9.06º 1% 0.79% -
HSV(B) 9.06º 0.42% 1% -
XYZ 60.12 50.34 34.98 -
YUV 190.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 255 165 149 0 0.35 0.42 0 9.06 1 0.79
Hex FF A5 95 0 23 2A 0 9 64 4F
Octal 377 245 225 0 43 52 0 11 144 117
Binary 11111111 10100101 10010101 0 100011 101010 0 1001 1100100 1001111

Color Harmonies of #FFA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA595

Black with #FFA595

Text Example


Text Example

White with #FFA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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