Html Css Color HEX #FDF5C6 Corn Field

📋 copy color: '#FDF5C6'

red 253 ◦ green 245 ◦ blue 198

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

Shades of Corn Field #FDF5C6

Tints of Corn Field #FDF5C6

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.2%

 BLUE value IS 198 (77.73% from 255) = 28.45%

R = 36.35%
G = 35.2%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDF5C6 (or 0xFDF5C6) is known color: Corn Field. HEX triplet: FD, F5 and C6. RGB value is (253,245,198). Sum of RGB (Red+Green+Blue) = 253+245+198=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 198 (77.73% from 255 or 28.45% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5C6 is #020A39. Grayscale: #F2F2F2. Windows color (decimal): -133690 or 13039101. OLE color: 13039101.

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

Color convert

RGB 253 245 198 -
CMYK 0 0.03 0.22 0.01
HSL 51.27º 0.93% 0.88% -
HSV(B) 51.27º 0.22% 0.99% -
XYZ 83.35 90.26 66.46 -
YUV 242.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 253 245 198 0 0.03 0.22 0.01 51.27 0.93 0.88
Hex FD F5 C6 0 3 16 1 33 5D 58
Octal 375 365 306 0 3 26 1 63 135 130
Binary 11111101 11110101 11000110 0 11 10110 1 110011 1011101 1011000

Color Harmonies of #FDF5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5C6

Black with #FDF5C6

Text Example


Text Example

White with #FDF5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5C6; }

 p { color: rgb(253,245,198); }

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

background-color css

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

 a { background-color: rgb(253,245,198); }

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

border-color css

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

 span { border-color: rgb(253,245,198); }

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