Html Css Color HEX #FFA394 Rose Bud

📋 copy color: '#FFA394'

red 255 ◦ green 163 ◦ blue 148

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

Shades of Rose Bud #FFA394

Tints of Rose Bud #FFA394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.15%

R = 45.05%
G = 28.8%
B = 26.15%

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

#FFA394 (or 0xFFA394) is known color: Rose Bud. HEX triplet: FF, A3 and 94. RGB value is (255,163,148). Sum of RGB (Red+Green+Blue) = 255+163+148=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA394 is #005C6B. Grayscale: #BCBCBC. Windows color (decimal): -23660 or 9741311. OLE color: 9741311.

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

Color convert

RGB 255 163 148 -
CMYK 0 0.36 0.42 0
HSL 8.41º 1% 0.79% -
HSV(B) 8.41º 0.42% 1% -
XYZ 59.68 49.59 34.44 -
YUV 188.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 255 163 148 0 0.36 0.42 0 8.41 1 0.79
Hex FF A3 94 0 24 2A 0 8 64 4F
Octal 377 243 224 0 44 52 0 10 144 117
Binary 11111111 10100011 10010100 0 100100 101010 0 1000 1100100 1001111

Color Harmonies of #FFA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA394

Black with #FFA394

Text Example


Text Example

White with #FFA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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