Html Css Color HEX #FDFAC4 Corn Field

📋 copy color: '#FDFAC4'

red 253 ◦ green 250 ◦ blue 196

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

Shades of Corn Field #FDFAC4

Tints of Corn Field #FDFAC4

RGB

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

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

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

R = 36.19%
G = 35.77%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDFAC4 (or 0xFDFAC4) is known color: Corn Field. HEX triplet: FD, FA and C4. RGB value is (253,250,196). Sum of RGB (Red+Green+Blue) = 253+250+196=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 196 (76.95% from 255 or 28.04% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC4 is #02053B. Grayscale: #F4F4F4. Windows color (decimal): -132412 or 12909309. OLE color: 12909309.

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

Color convert

RGB 253 250 196 -
CMYK 0 0.01 0.23 0.01
HSL 56.84º 0.93% 0.88% -
HSV(B) 56.84º 0.23% 0.99% -
XYZ 84.66 93.24 65.76 -
YUV 244.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 253 250 196 0 0.01 0.23 0.01 56.84 0.93 0.88
Hex FD FA C4 0 1 17 1 39 5D 58
Octal 375 372 304 0 1 27 1 71 135 130
Binary 11111101 11111010 11000100 0 1 10111 1 111001 1011101 1011000

Color Harmonies of #FDFAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAC4

Black with #FDFAC4

Text Example


Text Example

White with #FDFAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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