Html Css Color HEX #FDA98D Rose Bud

📋 copy color: '#FDA98D'

red 253 ◦ green 169 ◦ blue 141

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

Shades of Rose Bud #FDA98D

Tints of Rose Bud #FDA98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.04%

R = 44.94%
G = 30.02%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDA98D (or 0xFDA98D) is known color: Rose Bud. HEX triplet: FD, A9 and 8D. RGB value is (253,169,141). Sum of RGB (Red+Green+Blue) = 253+169+141=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA98D is #025672. Grayscale: #BFBFBF. Windows color (decimal): -153203 or 9284093. OLE color: 9284093.

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

Color convert

RGB 253 169 141 -
CMYK 0 0.33 0.44 0.01
HSL 15º 0.97% 0.77% -
HSV(B) 15º 0.44% 0.99% -
XYZ 59.5 51.18 31.94 -
YUV 190.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 253 169 141 0 0.33 0.44 0.01 15 0.97 0.77
Hex FD A9 8D 0 21 2C 1 F 61 4D
Octal 375 251 215 0 41 54 1 17 141 115
Binary 11111101 10101001 10001101 0 100001 101100 1 1111 1100001 1001101

Color Harmonies of #FDA98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA98D

Black with #FDA98D

Text Example


Text Example

White with #FDA98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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