Html Css Color HEX #FCF6B9 Corn Field

📋 copy color: '#FCF6B9'

red 252 ◦ green 246 ◦ blue 185

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

Shades of Corn Field #FCF6B9

Tints of Corn Field #FCF6B9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.02%

 BLUE value IS 185 (72.66% from 255) = 27.09%

R = 36.9%
G = 36.02%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCF6B9 (or 0xFCF6B9) is known color: Corn Field. HEX triplet: FC, F6 and B9. RGB value is (252,246,185). Sum of RGB (Red+Green+Blue) = 252+246+185=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 185 (72.66% from 255 or 27.09% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6B9 is #030946. Grayscale: #F1F1F1. Windows color (decimal): -198983 or 12187388. OLE color: 12187388.

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

Color convert

RGB 252 246 185 -
CMYK 0 0.02 0.27 0.01
HSL 54.63º 0.92% 0.86% -
HSV(B) 54.63º 0.27% 0.99% -
XYZ 81.86 90.11 58.98 -
YUV 240.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 252 246 185 0 0.02 0.27 0.01 54.63 0.92 0.86
Hex FC F6 B9 0 2 1B 1 37 5C 56
Octal 374 366 271 0 2 33 1 67 134 126
Binary 11111100 11110110 10111001 0 10 11011 1 110111 1011100 1010110

Color Harmonies of #FCF6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6B9

Black with #FCF6B9

Text Example


Text Example

White with #FCF6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6B9; }

 p { color: rgb(252,246,185); }

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

background-color css

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

 a { background-color: rgb(252,246,185); }

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

border-color css

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

 span { border-color: rgb(252,246,185); }

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