Html Css Color HEX #FDA998 Rose Bud

📋 copy color: '#FDA998'

red 253 ◦ green 169 ◦ blue 152

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

Shades of Rose Bud #FDA998

Tints of Rose Bud #FDA998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.48%

R = 44.08%
G = 29.44%
B = 26.48%

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

#FDA998 (or 0xFDA998) is known color: Rose Bud. HEX triplet: FD, A9 and 98. RGB value is (253,169,152). Sum of RGB (Red+Green+Blue) = 253+169+152=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA998 is #025667. Grayscale: #C0C0C0. Windows color (decimal): -153192 or 10004989. OLE color: 10004989.

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

Color convert

RGB 253 169 152 -
CMYK 0 0.33 0.40 0.01
HSL 10.1º 0.96% 0.79% -
HSV(B) 10.1º 0.4% 0.99% -
XYZ 60.36 51.53 36.47 -
YUV 192.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 253 169 152 0 0.33 0.40 0.01 10.1 0.96 0.79
Hex FD A9 98 0 21 28 1 A 60 4F
Octal 375 251 230 0 41 50 1 12 140 117
Binary 11111101 10101001 10011000 0 100001 101000 1 1010 1100000 1001111

Color Harmonies of #FDA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA998

Black with #FDA998

Text Example


Text Example

White with #FDA998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA998; }

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

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

background-color css

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

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

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

border-color css

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

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

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