Html Css Color HEX #FFA890 Rose Bud

📋 copy color: '#FFA890'

red 255 ◦ green 168 ◦ blue 144

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

Shades of Rose Bud #FFA890

Tints of Rose Bud #FFA890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.63%

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

R = 44.97%
G = 29.63%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFA890 (or 0xFFA890) is known color: Rose Bud. HEX triplet: FF, A8 and 90. RGB value is (255,168,144). Sum of RGB (Red+Green+Blue) = 255+168+144=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA890 is #00576F. Grayscale: #BFBFBF. Windows color (decimal): -22384 or 9480447. OLE color: 9480447.

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

Color convert

RGB 255 168 144 -
CMYK 0 0.34 0.44 0
HSL 12.97º 1% 0.78% -
HSV(B) 12.97º 0.44% 1% -
XYZ 60.28 51.28 33.11 -
YUV 191.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 255 168 144 0 0.34 0.44 0 12.97 1 0.78
Hex FF A8 90 0 22 2C 0 D 64 4E
Octal 377 250 220 0 42 54 0 15 144 116
Binary 11111111 10101000 10010000 0 100010 101100 0 1101 1100100 1001110

Color Harmonies of #FFA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA890

Black with #FFA890

Text Example


Text Example

White with #FFA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA890; }

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

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

background-color css

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

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

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

border-color css

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

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

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