Html Css Color HEX #FFA395 Rose Bud

📋 copy color: '#FFA395'

red 255 ◦ green 163 ◦ blue 149

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

Shades of Rose Bud #FFA395

Tints of Rose Bud #FFA395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.75%

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

R = 44.97%
G = 28.75%
B = 26.28%

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

#FFA395 (or 0xFFA395) is known color: Rose Bud. HEX triplet: FF, A3 and 95. RGB value is (255,163,149). Sum of RGB (Red+Green+Blue) = 255+163+149=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA395 is #005C6A. Grayscale: #BDBDBD. Windows color (decimal): -23659 or 9806847. OLE color: 9806847.

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

Color convert

RGB 255 163 149 -
CMYK 0 0.36 0.42 0
HSL 7.92º 1% 0.79% -
HSV(B) 7.92º 0.42% 1% -
XYZ 59.76 49.62 34.86 -
YUV 188.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 255 163 149 0 0.36 0.42 0 7.92 1 0.79
Hex FF A3 95 0 24 2A 0 8 64 4F
Octal 377 243 225 0 44 52 0 10 144 117
Binary 11111111 10100011 10010101 0 100100 101010 0 1000 1100100 1001111

Color Harmonies of #FFA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA395

Black with #FFA395

Text Example


Text Example

White with #FFA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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