Html Css Color HEX #FDF7BF Corn Field

📋 copy color: '#FDF7BF'

red 253 ◦ green 247 ◦ blue 191

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

Shades of Corn Field #FDF7BF

Tints of Corn Field #FDF7BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 27.64%

R = 36.61%
G = 35.75%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDF7BF (or 0xFDF7BF) is known color: Corn Field. HEX triplet: FD, F7 and BF. RGB value is (253,247,191). Sum of RGB (Red+Green+Blue) = 253+247+191=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 191 (75% from 255 or 27.64% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7BF is #020840. Grayscale: #F2F2F2. Windows color (decimal): -133185 or 12580861. OLE color: 12580861.

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

Color convert

RGB 253 247 191 -
CMYK 0 0.02 0.25 0.01
HSL 54.19º 0.94% 0.87% -
HSV(B) 54.19º 0.25% 0.99% -
XYZ 83.17 91.17 62.5 -
YUV 242.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 253 247 191 0 0.02 0.25 0.01 54.19 0.94 0.87
Hex FD F7 BF 0 2 19 1 36 5E 57
Octal 375 367 277 0 2 31 1 66 136 127
Binary 11111101 11110111 10111111 0 10 11001 1 110110 1011110 1010111

Color Harmonies of #FDF7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF7BF

Black with #FDF7BF

Text Example


Text Example

White with #FDF7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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