Html Css Color HEX #FDF9C2 Corn Field

📋 copy color: '#FDF9C2'

red 253 ◦ green 249 ◦ blue 194

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

Shades of Corn Field #FDF9C2

Tints of Corn Field #FDF9C2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.78%

 BLUE value IS 194 (76.17% from 255) = 27.87%

R = 36.35%
G = 35.78%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDF9C2 (or 0xFDF9C2) is known color: Corn Field. HEX triplet: FD, F9 and C2. RGB value is (253,249,194). Sum of RGB (Red+Green+Blue) = 253+249+194=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 194 (76.17% from 255 or 27.87% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9C2 is #02063D. Grayscale: #F4F4F4. Windows color (decimal): -132670 or 12777981. OLE color: 12777981.

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

Color convert

RGB 253 249 194 -
CMYK 0 0.02 0.23 0.01
HSL 55.93º 0.94% 0.88% -
HSV(B) 55.93º 0.23% 0.99% -
XYZ 84.12 92.53 64.47 -
YUV 243.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 253 249 194 0 0.02 0.23 0.01 55.93 0.94 0.88
Hex FD F9 C2 0 2 17 1 38 5E 58
Octal 375 371 302 0 2 27 1 70 136 130
Binary 11111101 11111001 11000010 0 10 10111 1 111000 1011110 1011000

Color Harmonies of #FDF9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9C2

Black with #FDF9C2

Text Example


Text Example

White with #FDF9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9C2; }

 p { color: rgb(253,249,194); }

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

background-color css

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

 a { background-color: rgb(253,249,194); }

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

border-color css

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

 span { border-color: rgb(253,249,194); }

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