Html Css Color HEX #FFA495 Rose Bud

📋 copy color: '#FFA495'

red 255 ◦ green 164 ◦ blue 149

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

Shades of Rose Bud #FFA495

Tints of Rose Bud #FFA495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.87%

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

R = 44.89%
G = 28.87%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFA495 (or 0xFFA495) is known color: Rose Bud. HEX triplet: FF, A4 and 95. RGB value is (255,164,149). Sum of RGB (Red+Green+Blue) = 255+164+149=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA495 is #005B6A. Grayscale: #BDBDBD. Windows color (decimal): -23403 or 9807103. OLE color: 9807103.

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

Color convert

RGB 255 164 149 -
CMYK 0 0.36 0.42 0
HSL 8.49º 1% 0.79% -
HSV(B) 8.49º 0.42% 1% -
XYZ 59.94 49.98 34.92 -
YUV 189.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 255 164 149 0 0.36 0.42 0 8.49 1 0.79
Hex FF A4 95 0 24 2A 0 8 64 4F
Octal 377 244 225 0 44 52 0 10 144 117
Binary 11111111 10100100 10010101 0 100100 101010 0 1000 1100100 1001111

Color Harmonies of #FFA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA495

Black with #FFA495

Text Example


Text Example

White with #FFA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA495; }

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

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

background-color css

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

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

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

border-color css

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

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

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