Html Css Color HEX #FDA291 Rose Bud

📋 copy color: '#FDA291'

red 253 ◦ green 162 ◦ blue 145

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

Shades of Rose Bud #FDA291

Tints of Rose Bud #FDA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.93%

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

R = 45.18%
G = 28.93%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDA291 (or 0xFDA291) is known color: Rose Bud. HEX triplet: FD, A2 and 91. RGB value is (253,162,145). Sum of RGB (Red+Green+Blue) = 253+162+145=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA291 is #025D6E. Grayscale: #BBBBBB. Windows color (decimal): -154991 or 9544445. OLE color: 9544445.

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

Color convert

RGB 253 162 145 -
CMYK 0 0.36 0.43 0.01
HSL 9.44º 0.96% 0.78% -
HSV(B) 9.44º 0.43% 0.99% -
XYZ 58.54 48.77 33.12 -
YUV 187.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 253 162 145 0 0.36 0.43 0.01 9.44 0.96 0.78
Hex FD A2 91 0 24 2B 1 9 60 4E
Octal 375 242 221 0 44 53 1 11 140 116
Binary 11111101 10100010 10010001 0 100100 101011 1 1001 1100000 1001110

Color Harmonies of #FDA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA291

Black with #FDA291

Text Example


Text Example

White with #FDA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA291; }

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

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

background-color css

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

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

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

border-color css

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

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

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