Html Css Color HEX #FDF4BA Corn Field

📋 copy color: '#FDF4BA'

red 253 ◦ green 244 ◦ blue 186

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

Shades of Corn Field #FDF4BA

Tints of Corn Field #FDF4BA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.72%

 BLUE value IS 186 (73.05% from 255) = 27.23%

R = 37.04%
G = 35.72%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDF4BA (or 0xFDF4BA) is known color: Corn Field. HEX triplet: FD, F4 and BA. RGB value is (253,244,186). Sum of RGB (Red+Green+Blue) = 253+244+186=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 186 (73.05% from 255 or 27.23% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4BA is #020B45. Grayscale: #F0F0F0. Windows color (decimal): -133958 or 12252413. OLE color: 12252413.

HSL color Cylindrical-coordinate representation of color #FDF4BA: hue angle of 51.94º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDF4BA is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 244 186 -
CMYK 0 0.04 0.26 0.01
HSL 51.94º 0.94% 0.86% -
HSV(B) 51.94º 0.26% 0.99% -
XYZ 81.72 89.13 59.35 -
YUV 240.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 253 244 186 0 0.04 0.26 0.01 51.94 0.94 0.86
Hex FD F4 BA 0 4 1A 1 34 5E 56
Octal 375 364 272 0 4 32 1 64 136 126
Binary 11111101 11110100 10111010 0 100 11010 1 110100 1011110 1010110

Color Harmonies of #FDF4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4BA

Black with #FDF4BA

Text Example


Text Example

White with #FDF4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4BA; }

 p { color: rgb(253,244,186); }

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

background-color css

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

 a { background-color: rgb(253,244,186); }

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

border-color css

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

 span { border-color: rgb(253,244,186); }

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