Html Css Color HEX #FDA696 Rose Bud

📋 copy color: '#FDA696'

red 253 ◦ green 166 ◦ blue 150

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

Shades of Rose Bud #FDA696

Tints of Rose Bud #FDA696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.36%

R = 44.46%
G = 29.17%
B = 26.36%

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

#FDA696 (or 0xFDA696) is known color: Rose Bud. HEX triplet: FD, A6 and 96. RGB value is (253,166,150). Sum of RGB (Red+Green+Blue) = 253+166+150=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA696 is #025969. Grayscale: #BEBEBE. Windows color (decimal): -153962 or 9873149. OLE color: 9873149.

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

Color convert

RGB 253 166 150 -
CMYK 0 0.34 0.41 0.01
HSL 9.32º 0.96% 0.79% -
HSV(B) 9.32º 0.41% 0.99% -
XYZ 59.65 50.36 35.43 -
YUV 190.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 253 166 150 0 0.34 0.41 0.01 9.32 0.96 0.79
Hex FD A6 96 0 22 29 1 9 60 4F
Octal 375 246 226 0 42 51 1 11 140 117
Binary 11111101 10100110 10010110 0 100010 101001 1 1001 1100000 1001111

Color Harmonies of #FDA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA696

Black with #FDA696

Text Example


Text Example

White with #FDA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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