Html Css Color HEX #FDF695 Milan

📋 copy color: '#FDF695'

red 253 ◦ green 246 ◦ blue 149

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

Shades of Milan #FDF695

Tints of Milan #FDF695

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.96%

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

R = 39.04%
G = 37.96%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDF695 (or 0xFDF695) is known color: Milan. HEX triplet: FD, F6 and 95. RGB value is (253,246,149). Sum of RGB (Red+Green+Blue) = 253+246+149=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 149 (58.59% from 255 or 22.99% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF695 is #02096A. Grayscale: #EDEDED. Windows color (decimal): -133483 or 9828093. OLE color: 9828093.

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

Color convert

RGB 253 246 149 -
CMYK 0 0.03 0.41 0.01
HSL 55.96º 0.96% 0.79% -
HSV(B) 55.96º 0.41% 0.99% -
XYZ 78.89 88.96 41.45 -
YUV 237.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 253 246 149 0 0.03 0.41 0.01 55.96 0.96 0.79
Hex FD F6 95 0 3 29 1 38 60 4F
Octal 375 366 225 0 3 51 1 70 140 117
Binary 11111101 11110110 10010101 0 11 101001 1 111000 1100000 1001111

Color Harmonies of #FDF695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF695

Black with #FDF695

Text Example


Text Example

White with #FDF695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF695; }

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

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

background-color css

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

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

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

border-color css

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

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

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