Html Css Color HEX #FDA193 Rose Bud

📋 copy color: '#FDA193'

red 253 ◦ green 161 ◦ blue 147

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

Shades of Rose Bud #FDA193

Tints of Rose Bud #FDA193

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.7%

 BLUE value IS 147 (57.81% from 255) = 26.2%

R = 45.1%
G = 28.7%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDA193 (or 0xFDA193) is known color: Rose Bud. HEX triplet: FD, A1 and 93. RGB value is (253,161,147). Sum of RGB (Red+Green+Blue) = 253+161+147=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA193 is #025E6C. Grayscale: #BBBBBB. Windows color (decimal): -155245 or 9675261. OLE color: 9675261.

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

Color convert

RGB 253 161 147 -
CMYK 0 0.36 0.42 0.01
HSL 7.92º 0.96% 0.78% -
HSV(B) 7.92º 0.42% 0.99% -
XYZ 58.52 48.48 33.88 -
YUV 186.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 253 161 147 0 0.36 0.42 0.01 7.92 0.96 0.78
Hex FD A1 93 0 24 2A 1 8 60 4E
Octal 375 241 223 0 44 52 1 10 140 116
Binary 11111101 10100001 10010011 0 100100 101010 1 1000 1100000 1001110

Color Harmonies of #FDA193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA193

Black with #FDA193

Text Example


Text Example

White with #FDA193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA193; }

 p { color: rgb(253,161,147); }

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

background-color css

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

 a { background-color: rgb(253,161,147); }

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

border-color css

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

 span { border-color: rgb(253,161,147); }

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