Html Css Color HEX #FDA395 Rose Bud

📋 copy color: '#FDA395'

red 253 ◦ green 163 ◦ blue 149

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

Shades of Rose Bud #FDA395

Tints of Rose Bud #FDA395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.85%

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

R = 44.78%
G = 28.85%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDA395 (or 0xFDA395) is known color: Rose Bud. HEX triplet: FD, A3 and 95. RGB value is (253,163,149). Sum of RGB (Red+Green+Blue) = 253+163+149=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA395 is #025C6A. Grayscale: #BCBCBC. Windows color (decimal): -154731 or 9806845. OLE color: 9806845.

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

Color convert

RGB 253 163 149 -
CMYK 0 0.36 0.41 0.01
HSL 8.08º 0.96% 0.79% -
HSV(B) 8.08º 0.41% 0.99% -
XYZ 59.03 49.25 34.83 -
YUV 188.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 253 163 149 0 0.36 0.41 0.01 8.08 0.96 0.79
Hex FD A3 95 0 24 29 1 8 60 4F
Octal 375 243 225 0 44 51 1 10 140 117
Binary 11111101 10100011 10010101 0 100100 101001 1 1000 1100000 1001111

Color Harmonies of #FDA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA395

Black with #FDA395

Text Example


Text Example

White with #FDA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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