Html Css Color HEX #FDA694 Rose Bud

📋 copy color: '#FDA694'

red 253 ◦ green 166 ◦ blue 148

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

Shades of Rose Bud #FDA694

Tints of Rose Bud #FDA694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 44.62%
G = 29.28%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDA694 (or 0xFDA694) is known color: Rose Bud. HEX triplet: FD, A6 and 94. RGB value is (253,166,148). Sum of RGB (Red+Green+Blue) = 253+166+148=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA694 is #02596B. Grayscale: #BEBEBE. Windows color (decimal): -153964 or 9742077. OLE color: 9742077.

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

Color convert

RGB 253 166 148 -
CMYK 0 0.34 0.42 0.01
HSL 10.29º 0.96% 0.79% -
HSV(B) 10.29º 0.42% 0.99% -
XYZ 59.49 50.29 34.59 -
YUV 189.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 253 166 148 0 0.34 0.42 0.01 10.29 0.96 0.79
Hex FD A6 94 0 22 2A 1 A 60 4F
Octal 375 246 224 0 42 52 1 12 140 117
Binary 11111101 10100110 10010100 0 100010 101010 1 1010 1100000 1001111

Color Harmonies of #FDA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA694

Black with #FDA694

Text Example


Text Example

White with #FDA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA694; }

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

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

background-color css

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

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

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

border-color css

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

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

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