Html Css Color HEX #FDF2BA Corn Field

📋 copy color: '#FDF2BA'

red 253 ◦ green 242 ◦ blue 186

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

Shades of Corn Field #FDF2BA

Tints of Corn Field #FDF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.54%

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

R = 37.15%
G = 35.54%
B = 27.31%

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

#FDF2BA (or 0xFDF2BA) is known color: Corn Field. HEX triplet: FD, F2 and BA. RGB value is (253,242,186). Sum of RGB (Red+Green+Blue) = 253+242+186=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2BA is #020D45. Grayscale: #EFEFEF. Windows color (decimal): -134470 or 12251901. OLE color: 12251901.

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

Color convert

RGB 253 242 186 -
CMYK 0 0.04 0.26 0.01
HSL 50.15º 0.94% 0.86% -
HSV(B) 50.15º 0.26% 0.99% -
XYZ 81.12 87.93 59.15 -
YUV 238.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 253 242 186 0 0.04 0.26 0.01 50.15 0.94 0.86
Hex FD F2 BA 0 4 1A 1 32 5E 56
Octal 375 362 272 0 4 32 1 62 136 126
Binary 11111101 11110010 10111010 0 100 11010 1 110010 1011110 1010110

Color Harmonies of #FDF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2BA

Black with #FDF2BA

Text Example


Text Example

White with #FDF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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