Html Css Color HEX #FDF7BA Corn Field

📋 copy color: '#FDF7BA'

red 253 ◦ green 247 ◦ blue 186

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

Shades of Corn Field #FDF7BA

Tints of Corn Field #FDF7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.01%

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

R = 36.88%
G = 36.01%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDF7BA (or 0xFDF7BA) is known color: Corn Field. HEX triplet: FD, F7 and BA. RGB value is (253,247,186). Sum of RGB (Red+Green+Blue) = 253+247+186=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 247 (96.88% from 255 or 36.01% from 686); Blue value is 186 (73.05% from 255 or 27.11% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7BA is #020845. Grayscale: #F2F2F2. Windows color (decimal): -133190 or 12253181. OLE color: 12253181.

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

Color convert

RGB 253 247 186 -
CMYK 0 0.02 0.26 0.01
HSL 54.63º 0.94% 0.86% -
HSV(B) 54.63º 0.26% 0.99% -
XYZ 82.63 90.95 59.65 -
YUV 241.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 253 247 186 0 0.02 0.26 0.01 54.63 0.94 0.86
Hex FD F7 BA 0 2 1A 1 37 5E 56
Octal 375 367 272 0 2 32 1 67 136 126
Binary 11111101 11110111 10111010 0 10 11010 1 110111 1011110 1010110

Color Harmonies of #FDF7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF7BA

Black with #FDF7BA

Text Example


Text Example

White with #FDF7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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