Html Css Color HEX #FDA995 Rose Bud

📋 copy color: '#FDA995'

red 253 ◦ green 169 ◦ blue 149

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

Shades of Rose Bud #FDA995

Tints of Rose Bud #FDA995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.09%

R = 44.31%
G = 29.6%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDA995 (or 0xFDA995) is known color: Rose Bud. HEX triplet: FD, A9 and 95. RGB value is (253,169,149). Sum of RGB (Red+Green+Blue) = 253+169+149=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA995 is #02566A. Grayscale: #C0C0C0. Windows color (decimal): -153195 or 9808381. OLE color: 9808381.

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

Color convert

RGB 253 169 149 -
CMYK 0 0.33 0.41 0.01
HSL 11.54º 0.96% 0.79% -
HSV(B) 11.54º 0.41% 0.99% -
XYZ 60.12 51.43 35.19 -
YUV 191.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 253 169 149 0 0.33 0.41 0.01 11.54 0.96 0.79
Hex FD A9 95 0 21 29 1 C 60 4F
Octal 375 251 225 0 41 51 1 14 140 117
Binary 11111101 10101001 10010101 0 100001 101001 1 1100 1100000 1001111

Color Harmonies of #FDA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA995

Black with #FDA995

Text Example


Text Example

White with #FDA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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