Html Css Color HEX #FCFAC5 Corn Field

📋 copy color: '#FCFAC5'

red 252 ◦ green 250 ◦ blue 197

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

Shades of Corn Field #FCFAC5

Tints of Corn Field #FCFAC5

RGB

 RED value IS 252 (98.83% from 255) = 36.05%

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

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

R = 36.05%
G = 35.77%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCFAC5 (or 0xFCFAC5) is known color: Corn Field. HEX triplet: FC, FA and C5. RGB value is (252,250,197). Sum of RGB (Red+Green+Blue) = 252+250+197=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 197 (77.34% from 255 or 28.18% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC5 is #03053A. Grayscale: #F4F4F4. Windows color (decimal): -197947 or 12974844. OLE color: 12974844.

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

Color convert

RGB 252 250 197 -
CMYK 0 0.01 0.22 0.01
HSL 57.82º 0.9% 0.88% -
HSV(B) 57.82º 0.22% 0.99% -
XYZ 84.41 93.1 66.34 -
YUV 244.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 252 250 197 0 0.01 0.22 0.01 57.82 0.9 0.88
Hex FC FA C5 0 1 16 1 3A 5A 58
Octal 374 372 305 0 1 26 1 72 132 130
Binary 11111100 11111010 11000101 0 1 10110 1 111010 1011010 1011000

Color Harmonies of #FCFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAC5

Black with #FCFAC5

Text Example


Text Example

White with #FCFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAC5; }

 p { color: rgb(252,250,197); }

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

background-color css

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

 a { background-color: rgb(252,250,197); }

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

border-color css

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

 span { border-color: rgb(252,250,197); }

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