Html Css Color HEX #FDFAC0 Corn Field

📋 copy color: '#FDFAC0'

red 253 ◦ green 250 ◦ blue 192

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

Shades of Corn Field #FDFAC0

Tints of Corn Field #FDFAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.97%

 BLUE value IS 192 (75.39% from 255) = 27.63%

R = 36.4%
G = 35.97%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FDFAC0 (or 0xFDFAC0) is known color: Corn Field. HEX triplet: FD, FA and C0. RGB value is (253,250,192). Sum of RGB (Red+Green+Blue) = 253+250+192=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 192 (75.39% from 255 or 27.63% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC0 is #02053F. Grayscale: #F4F4F4. Windows color (decimal): -132416 or 12647165. OLE color: 12647165.

HSL color Cylindrical-coordinate representation of color #FDFAC0: hue angle of 57.05º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDFAC0 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 250 192 -
CMYK 0 0.01 0.24 0.01
HSL 57.05º 0.94% 0.87% -
HSV(B) 57.05º 0.24% 0.99% -
XYZ 84.21 93.06 63.39 -
YUV 244.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 253 250 192 0 0.01 0.24 0.01 57.05 0.94 0.87
Hex FD FA C0 0 1 18 1 39 5E 57
Octal 375 372 300 0 1 30 1 71 136 127
Binary 11111101 11111010 11000000 0 1 11000 1 111001 1011110 1010111

Color Harmonies of #FDFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAC0

Black with #FDFAC0

Text Example


Text Example

White with #FDFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAC0; }

 p { color: rgb(253,250,192); }

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

background-color css

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

 a { background-color: rgb(253,250,192); }

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

border-color css

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

 span { border-color: rgb(253,250,192); }

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