Html Css Color HEX #FDA991 Rose Bud

📋 copy color: '#FDA991'

red 253 ◦ green 169 ◦ blue 145

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

Shades of Rose Bud #FDA991

Tints of Rose Bud #FDA991

RGB

 RED value IS 253 (99.22% from 255) = 44.62%

 GREEN value IS 169 (66.41% from 255) = 29.81%

 BLUE value IS 145 (57.03% from 255) = 25.57%

R = 44.62%
G = 29.81%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDA991 (or 0xFDA991) is known color: Rose Bud. HEX triplet: FD, A9 and 91. RGB value is (253,169,145). Sum of RGB (Red+Green+Blue) = 253+169+145=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA991 is #02566E. Grayscale: #BFBFBF. Windows color (decimal): -153199 or 9546237. OLE color: 9546237.

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

Color convert

RGB 253 169 145 -
CMYK 0 0.33 0.43 0.01
HSL 13.33º 0.96% 0.78% -
HSV(B) 13.33º 0.43% 0.99% -
XYZ 59.81 51.3 33.54 -
YUV 191.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 253 169 145 0 0.33 0.43 0.01 13.33 0.96 0.78
Hex FD A9 91 0 21 2B 1 D 60 4E
Octal 375 251 221 0 41 53 1 15 140 116
Binary 11111101 10101001 10010001 0 100001 101011 1 1101 1100000 1001110

Color Harmonies of #FDA991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA991

Black with #FDA991

Text Example


Text Example

White with #FDA991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA991; }

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

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

background-color css

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

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

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

border-color css

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

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

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