Html Css Color HEX #FDF6C5 Corn Field

📋 copy color: '#FDF6C5'

red 253 ◦ green 246 ◦ blue 197

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

Shades of Corn Field #FDF6C5

Tints of Corn Field #FDF6C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.3%

R = 36.35%
G = 35.34%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDF6C5 (or 0xFDF6C5) is known color: Corn Field. HEX triplet: FD, F6 and C5. RGB value is (253,246,197). Sum of RGB (Red+Green+Blue) = 253+246+197=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 246 (96.48% from 255 or 35.34% from 696); Blue value is 197 (77.34% from 255 or 28.30% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6C5 is #02093A. Grayscale: #F2F2F2. Windows color (decimal): -133435 or 12973821. OLE color: 12973821.

HSL color Cylindrical-coordinate representation of color #FDF6C5: hue angle of 52.5º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDF6C5 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 246 197 -
CMYK 0 0.03 0.22 0.01
HSL 52.5º 0.93% 0.88% -
HSV(B) 52.5º 0.22% 0.99% -
XYZ 83.54 90.83 65.95 -
YUV 242.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 253 246 197 0 0.03 0.22 0.01 52.5 0.93 0.88
Hex FD F6 C5 0 3 16 1 34 5D 58
Octal 375 366 305 0 3 26 1 64 135 130
Binary 11111101 11110110 11000101 0 11 10110 1 110100 1011101 1011000

Color Harmonies of #FDF6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6C5

Black with #FDF6C5

Text Example


Text Example

White with #FDF6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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