Html Css Color HEX #FDF3C2 Corn Field

📋 copy color: '#FDF3C2'

red 253 ◦ green 243 ◦ blue 194

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

Shades of Corn Field #FDF3C2

Tints of Corn Field #FDF3C2

RGB

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

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

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

R = 36.67%
G = 35.22%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDF3C2 (or 0xFDF3C2) is known color: Corn Field. HEX triplet: FD, F3 and C2. RGB value is (253,243,194). Sum of RGB (Red+Green+Blue) = 253+243+194=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 194 (76.17% from 255 or 28.12% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3C2 is #020C3D. Grayscale: #F0F0F0. Windows color (decimal): -134206 or 12776445. OLE color: 12776445.

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

Color convert

RGB 253 243 194 -
CMYK 0 0.04 0.23 0.01
HSL 49.83º 0.94% 0.88% -
HSV(B) 49.83º 0.23% 0.99% -
XYZ 82.3 88.88 63.86 -
YUV 240.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 253 243 194 0 0.04 0.23 0.01 49.83 0.94 0.88
Hex FD F3 C2 0 4 17 1 32 5E 58
Octal 375 363 302 0 4 27 1 62 136 130
Binary 11111101 11110011 11000010 0 100 10111 1 110010 1011110 1011000

Color Harmonies of #FDF3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF3C2

Black with #FDF3C2

Text Example


Text Example

White with #FDF3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF3C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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