Html Css Color HEX #FFA493 Rose Bud

📋 copy color: '#FFA493'

red 255 ◦ green 164 ◦ blue 147

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

Shades of Rose Bud #FFA493

Tints of Rose Bud #FFA493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.97%

R = 45.05%
G = 28.98%
B = 25.97%

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

#FFA493 (or 0xFFA493) is known color: Rose Bud. HEX triplet: FF, A4 and 93. RGB value is (255,164,147). Sum of RGB (Red+Green+Blue) = 255+164+147=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA493 is #005B6C. Grayscale: #BDBDBD. Windows color (decimal): -23405 or 9676031. OLE color: 9676031.

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

Color convert

RGB 255 164 147 -
CMYK 0 0.36 0.42 0
HSL 9.44º 1% 0.79% -
HSV(B) 9.44º 0.42% 1% -
XYZ 59.78 49.92 34.09 -
YUV 189.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 255 164 147 0 0.36 0.42 0 9.44 1 0.79
Hex FF A4 93 0 24 2A 0 9 64 4F
Octal 377 244 223 0 44 52 0 11 144 117
Binary 11111111 10100100 10010011 0 100100 101010 0 1001 1100100 1001111

Color Harmonies of #FFA493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA493

Black with #FFA493

Text Example


Text Example

White with #FFA493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA493; }

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

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

background-color css

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

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

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

border-color css

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

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

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