Html Css Color HEX #FDA996 Rose Bud

📋 copy color: '#FDA996'

red 253 ◦ green 169 ◦ blue 150

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

Shades of Rose Bud #FDA996

Tints of Rose Bud #FDA996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.22%

R = 44.23%
G = 29.55%
B = 26.22%

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

#FDA996 (or 0xFDA996) is known color: Rose Bud. HEX triplet: FD, A9 and 96. RGB value is (253,169,150). Sum of RGB (Red+Green+Blue) = 253+169+150=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA996 is #025669. Grayscale: #C0C0C0. Windows color (decimal): -153194 or 9873917. OLE color: 9873917.

HSL color Cylindrical-coordinate representation of color #FDA996: hue angle of 11.07º 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 #FDA996 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 150 -
CMYK 0 0.33 0.41 0.01
HSL 11.07º 0.96% 0.79% -
HSV(B) 11.07º 0.41% 0.99% -
XYZ 60.2 51.46 35.61 -
YUV 191.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 253 169 150 0 0.33 0.41 0.01 11.07 0.96 0.79
Hex FD A9 96 0 21 29 1 B 60 4F
Octal 375 251 226 0 41 51 1 13 140 117
Binary 11111101 10101001 10010110 0 100001 101001 1 1011 1100000 1001111

Color Harmonies of #FDA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA996

Black with #FDA996

Text Example


Text Example

White with #FDA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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