Html Css Color HEX #FDF3BA Corn Field

📋 copy color: '#FDF3BA'

red 253 ◦ green 243 ◦ blue 186

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

Shades of Corn Field #FDF3BA

Tints of Corn Field #FDF3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.63%

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

R = 37.1%
G = 35.63%
B = 27.27%

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

#FDF3BA (or 0xFDF3BA) is known color: Corn Field. HEX triplet: FD, F3 and BA. RGB value is (253,243,186). Sum of RGB (Red+Green+Blue) = 253+243+186=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 186 (73.05% from 255 or 27.27% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3BA is #020C45. Grayscale: #EFEFEF. Windows color (decimal): -134214 or 12252157. OLE color: 12252157.

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

Color convert

RGB 253 243 186 -
CMYK 0 0.04 0.26 0.01
HSL 51.04º 0.94% 0.86% -
HSV(B) 51.04º 0.26% 0.99% -
XYZ 81.42 88.53 59.25 -
YUV 239.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 253 243 186 0 0.04 0.26 0.01 51.04 0.94 0.86
Hex FD F3 BA 0 4 1A 1 33 5E 56
Octal 375 363 272 0 4 32 1 63 136 126
Binary 11111101 11110011 10111010 0 100 11010 1 110011 1011110 1010110

Color Harmonies of #FDF3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF3BA

Black with #FDF3BA

Text Example


Text Example

White with #FDF3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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