#FDA791

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

Shades of Rose Bud #FDA791

Tints of Rose Bud #FDA791

Color information

#FDA791 (or 0xFDA791) is unknown color: approx Rose Bud. HEX triplet: FD, A7 and 91. RGB value is (253,167,145). Sum of RGB (Red+Green+Blue) = 253+167+145=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA791 is #02586E. Grayscale: #BEBEBE. Windows color (decimal): -153711 or 9545725. OLE color: 9545725.

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

Color convert

RGB253167145-
CMYK00.340.430.01
HSL12.22º96.43%78.04%-
HSV(B)12.22º42.69%99.22%-
XYZ59.4450.5633.42-
YUV190.21102.49172.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 167 (65.62% from 255) = 29.56%
BLUE value IS 145 (57.03% from 255) = 25.66%
R=44.78%
G=29.56%
B=25.66%

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
Decimal25316714500.340.430.0112.2296.4378.04
HexFDA7910222B1c604e
Octal37524722104253114140116
Binary11111101101001111001000101000101010111110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA791; }

 p { color: rgb(253,167,145); }

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

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

 a { background-color: rgb(253,167,145); }

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

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

 span { border-color: rgb(253,167,145); }

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