Html Css Color HEX #FDA895 Rose Bud

📋 copy color: '#FDA895'

red 253 ◦ green 168 ◦ blue 149

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

Shades of Rose Bud #FDA895

Tints of Rose Bud #FDA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.47%

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

R = 44.39%
G = 29.47%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDA895 (or 0xFDA895) is known color: Rose Bud. HEX triplet: FD, A8 and 95. RGB value is (253,168,149). Sum of RGB (Red+Green+Blue) = 253+168+149=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA895 is #02576A. Grayscale: #BFBFBF. Windows color (decimal): -153451 or 9808125. OLE color: 9808125.

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

Color convert

RGB 253 168 149 -
CMYK 0 0.34 0.41 0.01
HSL 10.96º 0.96% 0.79% -
HSV(B) 10.96º 0.41% 0.99% -
XYZ 59.94 51.06 35.13 -
YUV 191.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 253 168 149 0 0.34 0.41 0.01 10.96 0.96 0.79
Hex FD A8 95 0 22 29 1 B 60 4F
Octal 375 250 225 0 42 51 1 13 140 117
Binary 11111101 10101000 10010101 0 100010 101001 1 1011 1100000 1001111

Color Harmonies of #FDA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA895

Black with #FDA895

Text Example


Text Example

White with #FDA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA895; }

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

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

background-color css

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

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

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

border-color css

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

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

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