Html Css Color HEX #FCF8C7 Corn Field

📋 copy color: '#FCF8C7'

red 252 ◦ green 248 ◦ blue 199

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

Shades of Corn Field #FCF8C7

Tints of Corn Field #FCF8C7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.48%

 BLUE value IS 199 (78.13% from 255) = 28.47%

R = 36.05%
G = 35.48%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCF8C7 (or 0xFCF8C7) is known color: Corn Field. HEX triplet: FC, F8 and C7. RGB value is (252,248,199). Sum of RGB (Red+Green+Blue) = 252+248+199=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 199 (78.12% from 255 or 28.47% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8C7 is #030738. Grayscale: #F3F3F3. Windows color (decimal): -198457 or 13105404. OLE color: 13105404.

HSL color Cylindrical-coordinate representation of color #FCF8C7: hue angle of 55.47º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCF8C7 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 248 199 -
CMYK 0 0.02 0.21 0.01
HSL 55.47º 0.9% 0.88% -
HSV(B) 55.47º 0.21% 0.99% -
XYZ 84.02 91.95 67.35 -
YUV 243.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 252 248 199 0 0.02 0.21 0.01 55.47 0.9 0.88
Hex FC F8 C7 0 2 15 1 37 5A 58
Octal 374 370 307 0 2 25 1 67 132 130
Binary 11111100 11111000 11000111 0 10 10101 1 110111 1011010 1011000

Color Harmonies of #FCF8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF8C7

Black with #FCF8C7

Text Example


Text Example

White with #FCF8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF8C7; }

 p { color: rgb(252,248,199); }

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

background-color css

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

 a { background-color: rgb(252,248,199); }

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

border-color css

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

 span { border-color: rgb(252,248,199); }

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