Html Css Color HEX #FDA594 Rose Bud

📋 copy color: '#FDA594'

red 253 ◦ green 165 ◦ blue 148

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

Shades of Rose Bud #FDA594

Tints of Rose Bud #FDA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.15%

 BLUE value IS 148 (58.2% from 255) = 26.15%

R = 44.7%
G = 29.15%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDA594 (or 0xFDA594) is known color: Rose Bud. HEX triplet: FD, A5 and 94. RGB value is (253,165,148). Sum of RGB (Red+Green+Blue) = 253+165+148=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA594 is #025A6B. Grayscale: #BDBDBD. Windows color (decimal): -154220 or 9741821. OLE color: 9741821.

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

Color convert

RGB 253 165 148 -
CMYK 0 0.35 0.42 0.01
HSL 9.71º 0.96% 0.79% -
HSV(B) 9.71º 0.42% 0.99% -
XYZ 59.31 49.93 34.53 -
YUV 189.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 253 165 148 0 0.35 0.42 0.01 9.71 0.96 0.79
Hex FD A5 94 0 23 2A 1 A 60 4F
Octal 375 245 224 0 43 52 1 12 140 117
Binary 11111101 10100101 10010100 0 100011 101010 1 1010 1100000 1001111

Color Harmonies of #FDA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA594

Black with #FDA594

Text Example


Text Example

White with #FDA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA594; }

 p { color: rgb(253,165,148); }

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

background-color css

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

 a { background-color: rgb(253,165,148); }

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

border-color css

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

 span { border-color: rgb(253,165,148); }

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