Html Css Color HEX #FDA59D Rose Bud

📋 copy color: '#FDA59D'

red 253 ◦ green 165 ◦ blue 157

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

Shades of Rose Bud #FDA59D

Tints of Rose Bud #FDA59D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.7%

 BLUE value IS 157 (61.72% from 255) = 27.3%

R = 44%
G = 28.7%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDA59D (or 0xFDA59D) is known color: Rose Bud. HEX triplet: FD, A5 and 9D. RGB value is (253,165,157). Sum of RGB (Red+Green+Blue) = 253+165+157=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA59D is #025A62. Grayscale: #BEBEBE. Windows color (decimal): -154211 or 10331645. OLE color: 10331645.

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

Color convert

RGB 253 165 157 -
CMYK 0 0.35 0.38 0.01
HSL 0.96% 0.8% -
HSV(B) 0.38% 0.99% -
XYZ 60.05 50.23 38.43 -
YUV 190.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 253 165 157 0 0.35 0.38 0.01 5 0.96 0.8
Hex FD A5 9D 0 23 26 1 5 60 50
Octal 375 245 235 0 43 46 1 5 140 120
Binary 11111101 10100101 10011101 0 100011 100110 1 101 1100000 1010000

Color Harmonies of #FDA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA59D

Black with #FDA59D

Text Example


Text Example

White with #FDA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA59D; }

 p { color: rgb(253,165,157); }

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

background-color css

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

 a { background-color: rgb(253,165,157); }

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

border-color css

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

 span { border-color: rgb(253,165,157); }

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