Html Css Color HEX #FDA490 Rose Bud

📋 copy color: '#FDA490'

red 253 ◦ green 164 ◦ blue 144

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

Shades of Rose Bud #FDA490

Tints of Rose Bud #FDA490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.23%

 BLUE value IS 144 (56.64% from 255) = 25.67%

R = 45.1%
G = 29.23%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDA490 (or 0xFDA490) is known color: Rose Bud. HEX triplet: FD, A4 and 90. RGB value is (253,164,144). Sum of RGB (Red+Green+Blue) = 253+164+144=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA490 is #025B6F. Grayscale: #BCBCBC. Windows color (decimal): -154480 or 9479421. OLE color: 9479421.

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

Color convert

RGB 253 164 144 -
CMYK 0 0.35 0.43 0.01
HSL 11.01º 0.96% 0.78% -
HSV(B) 11.01º 0.43% 0.99% -
XYZ 58.82 49.45 32.83 -
YUV 188.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 253 164 144 0 0.35 0.43 0.01 11.01 0.96 0.78
Hex FD A4 90 0 23 2B 1 B 60 4E
Octal 375 244 220 0 43 53 1 13 140 116
Binary 11111101 10100100 10010000 0 100011 101011 1 1011 1100000 1001110

Color Harmonies of #FDA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA490

Black with #FDA490

Text Example


Text Example

White with #FDA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA490; }

 p { color: rgb(253,164,144); }

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

background-color css

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

 a { background-color: rgb(253,164,144); }

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

border-color css

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

 span { border-color: rgb(253,164,144); }

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