Html Css Color HEX #FDA095 Rose Bud

📋 copy color: '#FDA095'

red 253 ◦ green 160 ◦ blue 149

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

Shades of Rose Bud #FDA095

Tints of Rose Bud #FDA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.47%

 BLUE value IS 149 (58.59% from 255) = 26.51%

R = 45.02%
G = 28.47%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDA095 (or 0xFDA095) is known color: Rose Bud. HEX triplet: FD, A0 and 95. RGB value is (253,160,149). Sum of RGB (Red+Green+Blue) = 253+160+149=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA095 is #025F6A. Grayscale: #BABABA. Windows color (decimal): -155499 or 9806077. OLE color: 9806077.

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

Color convert

RGB 253 160 149 -
CMYK 0 0.37 0.41 0.01
HSL 6.35º 0.96% 0.79% -
HSV(B) 6.35º 0.41% 0.99% -
XYZ 58.5 48.19 34.65 -
YUV 186.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 253 160 149 0 0.37 0.41 0.01 6.35 0.96 0.79
Hex FD A0 95 0 25 29 1 6 60 4F
Octal 375 240 225 0 45 51 1 6 140 117
Binary 11111101 10100000 10010101 0 100101 101001 1 110 1100000 1001111

Color Harmonies of #FDA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA095

Black with #FDA095

Text Example


Text Example

White with #FDA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA095; }

 p { color: rgb(253,160,149); }

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

background-color css

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

 a { background-color: rgb(253,160,149); }

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

border-color css

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

 span { border-color: rgb(253,160,149); }

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