Html Css Color HEX #FDFAC1 Corn Field

📋 copy color: '#FDFAC1'

red 253 ◦ green 250 ◦ blue 193

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

Shades of Corn Field #FDFAC1

Tints of Corn Field #FDFAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 27.73%

R = 36.35%
G = 35.92%
B = 27.73%

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

#FDFAC1 (or 0xFDFAC1) is known color: Corn Field. HEX triplet: FD, FA and C1. RGB value is (253,250,193). Sum of RGB (Red+Green+Blue) = 253+250+193=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 193 (75.78% from 255 or 27.73% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC1 is #02053E. Grayscale: #F4F4F4. Windows color (decimal): -132415 or 12712701. OLE color: 12712701.

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

Color convert

RGB 253 250 193 -
CMYK 0 0.01 0.24 0.01
HSL 57º 0.94% 0.87% -
HSV(B) 57º 0.24% 0.99% -
XYZ 84.32 93.1 63.98 -
YUV 244.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 253 250 193 0 0.01 0.24 0.01 57 0.94 0.87
Hex FD FA C1 0 1 18 1 39 5E 57
Octal 375 372 301 0 1 30 1 71 136 127
Binary 11111101 11111010 11000001 0 1 11000 1 111001 1011110 1010111

Color Harmonies of #FDFAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAC1

Black with #FDFAC1

Text Example


Text Example

White with #FDFAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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