Html Css Color HEX #FFA390 Rose Bud

📋 copy color: '#FFA390'

red 255 ◦ green 163 ◦ blue 144

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

Shades of Rose Bud #FFA390

Tints of Rose Bud #FFA390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.62%

R = 45.37%
G = 29%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFA390 (or 0xFFA390) is known color: Rose Bud. HEX triplet: FF, A3 and 90. RGB value is (255,163,144). Sum of RGB (Red+Green+Blue) = 255+163+144=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA390 is #005C6F. Grayscale: #BCBCBC. Windows color (decimal): -23664 or 9479167. OLE color: 9479167.

HSL color Cylindrical-coordinate representation of color #FFA390: hue angle of 10.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFA390 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 163 144 -
CMYK 0 0.36 0.44 0
HSL 10.27º 1% 0.78% -
HSV(B) 10.27º 0.44% 1% -
XYZ 59.37 49.47 32.8 -
YUV 188.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 255 163 144 0 0.36 0.44 0 10.27 1 0.78
Hex FF A3 90 0 24 2C 0 A 64 4E
Octal 377 243 220 0 44 54 0 12 144 116
Binary 11111111 10100011 10010000 0 100100 101100 0 1010 1100100 1001110

Color Harmonies of #FFA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA390

Black with #FFA390

Text Example


Text Example

White with #FFA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA390; }

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

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

background-color css

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

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

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

border-color css

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

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

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