#FDA890

Color #FDA890 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FDA890

Tints of Rose Bud #FDA890

Color information

#FDA890 (or 0xFDA890) is unknown color: approx Rose Bud. HEX triplet: FD, A8 and 90. RGB value is (253,168,144). Sum of RGB (Red+Green+Blue) = 253+168+144=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA890 is #02576F. Grayscale: #BEBEBE. Windows color (decimal): -153456 or 9480445. OLE color: 9480445.

HSL color Cylindrical-coordinate representation of color #FDA890: hue angle of 13.21º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDA890 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253168144-
CMYK00.340.430.01
HSL13.21º96.46%77.84%-
HSV(B)13.21º43.08%99.22%-
XYZ59.5450.933.07-
YUV190.68101.66172.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=44.78%
G=29.73%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316814400.340.430.0113.2196.4677.84
HexFDA8900222B1d604e
Octal37525022004253115140116
Binary11111101101010001001000001000101010111110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA890; }

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

 H1.HeaderClassName
 {
   color: #FDA890;
 }
 .AnyTagClassName
 {
   color: #FDA890;
 }
</style>
background-color css

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

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

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

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

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

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