Html Css Color HEX #FDF8C2 Corn Field

📋 copy color: '#FDF8C2'

red 253 ◦ green 248 ◦ blue 194

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

Shades of Corn Field #FDF8C2

Tints of Corn Field #FDF8C2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.68%

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

R = 36.4%
G = 35.68%
B = 27.91%

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

#FDF8C2 (or 0xFDF8C2) is known color: Corn Field. HEX triplet: FD, F8 and C2. RGB value is (253,248,194). Sum of RGB (Red+Green+Blue) = 253+248+194=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 194 (76.17% from 255 or 27.91% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8C2 is #02073D. Grayscale: #F3F3F3. Windows color (decimal): -132926 or 12777725. OLE color: 12777725.

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

Color convert

RGB 253 248 194 -
CMYK 0 0.02 0.23 0.01
HSL 54.92º 0.94% 0.88% -
HSV(B) 54.92º 0.23% 0.99% -
XYZ 83.81 91.91 64.36 -
YUV 243.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 253 248 194 0 0.02 0.23 0.01 54.92 0.94 0.88
Hex FD F8 C2 0 2 17 1 37 5E 58
Octal 375 370 302 0 2 27 1 67 136 130
Binary 11111101 11111000 11000010 0 10 10111 1 110111 1011110 1011000

Color Harmonies of #FDF8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF8C2

Black with #FDF8C2

Text Example


Text Example

White with #FDF8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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