Html Css Color HEX #FDA695 Rose Bud

📋 copy color: '#FDA695'

red 253 ◦ green 166 ◦ blue 149

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

Shades of Rose Bud #FDA695

Tints of Rose Bud #FDA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.23%

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

R = 44.54%
G = 29.23%
B = 26.23%

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

#FDA695 (or 0xFDA695) is known color: Rose Bud. HEX triplet: FD, A6 and 95. RGB value is (253,166,149). Sum of RGB (Red+Green+Blue) = 253+166+149=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA695 is #02596A. Grayscale: #BEBEBE. Windows color (decimal): -153963 or 9807613. OLE color: 9807613.

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

Color convert

RGB 253 166 149 -
CMYK 0 0.34 0.41 0.01
HSL 9.81º 0.96% 0.79% -
HSV(B) 9.81º 0.41% 0.99% -
XYZ 59.57 50.33 35.01 -
YUV 190.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 253 166 149 0 0.34 0.41 0.01 9.81 0.96 0.79
Hex FD A6 95 0 22 29 1 A 60 4F
Octal 375 246 225 0 42 51 1 12 140 117
Binary 11111101 10100110 10010101 0 100010 101001 1 1010 1100000 1001111

Color Harmonies of #FDA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA695

Black with #FDA695

Text Example


Text Example

White with #FDA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA695; }

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

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

background-color css

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

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

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

border-color css

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

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

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