Html Css Color HEX #FDA299 Rose Bud

📋 copy color: '#FDA299'

red 253 ◦ green 162 ◦ blue 153

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

Shades of Rose Bud #FDA299

Tints of Rose Bud #FDA299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.94%

R = 44.54%
G = 28.52%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDA299 (or 0xFDA299) is known color: Rose Bud. HEX triplet: FD, A2 and 99. RGB value is (253,162,153). Sum of RGB (Red+Green+Blue) = 253+162+153=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA299 is #025D66. Grayscale: #BCBCBC. Windows color (decimal): -154983 or 10068733. OLE color: 10068733.

HSL color Cylindrical-coordinate representation of color #FDA299: hue angle of 5.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDA299 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 162 153 -
CMYK 0 0.36 0.40 0.01
HSL 5.4º 0.96% 0.8% -
HSV(B) 5.4º 0.4% 0.99% -
XYZ 59.18 49.02 36.48 -
YUV 188.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 253 162 153 0 0.36 0.40 0.01 5.4 0.96 0.8
Hex FD A2 99 0 24 28 1 5 60 50
Octal 375 242 231 0 44 50 1 5 140 120
Binary 11111101 10100010 10011001 0 100100 101000 1 101 1100000 1010000

Color Harmonies of #FDA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA299

Black with #FDA299

Text Example


Text Example

White with #FDA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA299; }

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

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

background-color css

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

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

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

border-color css

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

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

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