Html Css Color HEX #FDA98F Rose Bud

📋 copy color: '#FDA98F'

red 253 ◦ green 169 ◦ blue 143

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

Shades of Rose Bud #FDA98F

Tints of Rose Bud #FDA98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.31%

R = 44.78%
G = 29.91%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDA98F (or 0xFDA98F) is known color: Rose Bud. HEX triplet: FD, A9 and 8F. RGB value is (253,169,143). Sum of RGB (Red+Green+Blue) = 253+169+143=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA98F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA98F is #025670. Grayscale: #BFBFBF. Windows color (decimal): -153201 or 9415165. OLE color: 9415165.

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

Color convert

RGB 253 169 143 -
CMYK 0 0.33 0.43 0.01
HSL 14.18º 0.96% 0.78% -
HSV(B) 14.18º 0.43% 0.99% -
XYZ 59.65 51.24 32.73 -
YUV 191.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 253 169 143 0 0.33 0.43 0.01 14.18 0.96 0.78
Hex FD A9 8F 0 21 2B 1 E 60 4E
Octal 375 251 217 0 41 53 1 16 140 116
Binary 11111101 10101001 10001111 0 100001 101011 1 1110 1100000 1001110

Color Harmonies of #FDA98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA98F

Black with #FDA98F

Text Example


Text Example

White with #FDA98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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