Html Css Color HEX #FDF5C4 Corn Field

📋 copy color: '#FDF5C4'

red 253 ◦ green 245 ◦ blue 196

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

Shades of Corn Field #FDF5C4

Tints of Corn Field #FDF5C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 28.24%

R = 36.46%
G = 35.3%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDF5C4 (or 0xFDF5C4) is known color: Corn Field. HEX triplet: FD, F5 and C4. RGB value is (253,245,196). Sum of RGB (Red+Green+Blue) = 253+245+196=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 245 (96.09% from 255 or 35.30% from 694); Blue value is 196 (76.95% from 255 or 28.24% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5C4 is #020A3B. Grayscale: #F2F2F2. Windows color (decimal): -133692 or 12908029. OLE color: 12908029.

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

Color convert

RGB 253 245 196 -
CMYK 0 0.03 0.23 0.01
HSL 51.58º 0.93% 0.88% -
HSV(B) 51.58º 0.23% 0.99% -
XYZ 83.12 90.17 65.25 -
YUV 241.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 253 245 196 0 0.03 0.23 0.01 51.58 0.93 0.88
Hex FD F5 C4 0 3 17 1 34 5D 58
Octal 375 365 304 0 3 27 1 64 135 130
Binary 11111101 11110101 11000100 0 11 10111 1 110100 1011101 1011000

Color Harmonies of #FDF5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5C4

Black with #FDF5C4

Text Example


Text Example

White with #FDF5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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