Html Css Color HEX #FDF5C5 Corn Field

📋 copy color: '#FDF5C5'

red 253 ◦ green 245 ◦ blue 197

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

Shades of Corn Field #FDF5C5

Tints of Corn Field #FDF5C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.35%

R = 36.4%
G = 35.25%
B = 28.35%

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

#FDF5C5 (or 0xFDF5C5) is known color: Corn Field. HEX triplet: FD, F5 and C5. RGB value is (253,245,197). Sum of RGB (Red+Green+Blue) = 253+245+197=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 197 (77.34% from 255 or 28.35% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5C5 is #020A3A. Grayscale: #F2F2F2. Windows color (decimal): -133691 or 12973565. OLE color: 12973565.

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

Color convert

RGB 253 245 197 -
CMYK 0 0.03 0.22 0.01
HSL 51.43º 0.93% 0.88% -
HSV(B) 51.43º 0.22% 0.99% -
XYZ 83.24 90.22 65.85 -
YUV 241.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 253 245 197 0 0.03 0.22 0.01 51.43 0.93 0.88
Hex FD F5 C5 0 3 16 1 33 5D 58
Octal 375 365 305 0 3 26 1 63 135 130
Binary 11111101 11110101 11000101 0 11 10110 1 110011 1011101 1011000

Color Harmonies of #FDF5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5C5

Black with #FDF5C5

Text Example


Text Example

White with #FDF5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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