Html Css Color HEX #FDA59B Rose Bud

📋 copy color: '#FDA59B'

red 253 ◦ green 165 ◦ blue 155

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

Shades of Rose Bud #FDA59B

Tints of Rose Bud #FDA59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.05%

R = 44.15%
G = 28.8%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDA59B (or 0xFDA59B) is known color: Rose Bud. HEX triplet: FD, A5 and 9B. RGB value is (253,165,155). Sum of RGB (Red+Green+Blue) = 253+165+155=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA59B is #025A64. Grayscale: #BEBEBE. Windows color (decimal): -154213 or 10200573. OLE color: 10200573.

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

Color convert

RGB 253 165 155 -
CMYK 0 0.35 0.39 0.01
HSL 6.12º 0.96% 0.8% -
HSV(B) 6.12º 0.39% 0.99% -
XYZ 59.88 50.16 37.54 -
YUV 190.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 253 165 155 0 0.35 0.39 0.01 6.12 0.96 0.8
Hex FD A5 9B 0 23 27 1 6 60 50
Octal 375 245 233 0 43 47 1 6 140 120
Binary 11111101 10100101 10011011 0 100011 100111 1 110 1100000 1010000

Color Harmonies of #FDA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA59B

Black with #FDA59B

Text Example


Text Example

White with #FDA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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