Html Css Color HEX #FDA997 Rose Bud

📋 copy color: '#FDA997'

red 253 ◦ green 169 ◦ blue 151

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

Shades of Rose Bud #FDA997

Tints of Rose Bud #FDA997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.35%

R = 44.15%
G = 29.49%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDA997 (or 0xFDA997) is known color: Rose Bud. HEX triplet: FD, A9 and 97. RGB value is (253,169,151). Sum of RGB (Red+Green+Blue) = 253+169+151=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA997 is #025668. Grayscale: #C0C0C0. Windows color (decimal): -153193 or 9939453. OLE color: 9939453.

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

Color convert

RGB 253 169 151 -
CMYK 0 0.33 0.40 0.01
HSL 10.59º 0.96% 0.79% -
HSV(B) 10.59º 0.4% 0.99% -
XYZ 60.28 51.49 36.04 -
YUV 192.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 253 169 151 0 0.33 0.40 0.01 10.59 0.96 0.79
Hex FD A9 97 0 21 28 1 B 60 4F
Octal 375 251 227 0 41 50 1 13 140 117
Binary 11111101 10101001 10010111 0 100001 101000 1 1011 1100000 1001111

Color Harmonies of #FDA997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA997

Black with #FDA997

Text Example


Text Example

White with #FDA997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA997; }

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

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

background-color css

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

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

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

border-color css

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

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

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