Html Css Color HEX #FFFCC0 Corn Field

📋 copy color: '#FFFCC0'

red 255 ◦ green 252 ◦ blue 192

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

Shades of Corn Field #FFFCC0

Tints of Corn Field #FFFCC0

RGB

 RED value IS 255 (100% from 255) = 36.48%

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

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

R = 36.48%
G = 36.05%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFFCC0 (or 0xFFFCC0) is known color: Corn Field. HEX triplet: FF, FC and C0. RGB value is (255,252,192). Sum of RGB (Red+Green+Blue) = 255+252+192=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 192 (75.39% from 255 or 27.47% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCC0 is #00033F. Grayscale: #F6F6F6. Windows color (decimal): -832 or 12647679. OLE color: 12647679.

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

Color convert

RGB 255 252 192 -
CMYK 0 0.01 0.25 0
HSL 57.14º 1% 0.88% -
HSV(B) 57.14º 0.25% 1% -
XYZ 85.56 94.69 63.64 -
YUV 246.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 255 252 192 0 0.01 0.25 0 57.14 1 0.88
Hex FF FC C0 0 1 19 0 39 64 58
Octal 377 374 300 0 1 31 0 71 144 130
Binary 11111111 11111100 11000000 0 1 11001 0 111001 1100100 1011000

Color Harmonies of #FFFCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFCC0

Black with #FFFCC0

Text Example


Text Example

White with #FFFCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFCC0; }

 p { color: rgb(255,252,192); }

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

background-color css

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

 a { background-color: rgb(255,252,192); }

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

border-color css

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

 span { border-color: rgb(255,252,192); }

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