Html Css Color HEX #FCF4C6 Corn Field

📋 copy color: '#FCF4C6'

red 252 ◦ green 244 ◦ blue 198

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

Shades of Corn Field #FCF4C6

Tints of Corn Field #FCF4C6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.16%

 BLUE value IS 198 (77.73% from 255) = 28.53%

R = 36.31%
G = 35.16%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCF4C6 (or 0xFCF4C6) is known color: Corn Field. HEX triplet: FC, F4 and C6. RGB value is (252,244,198). Sum of RGB (Red+Green+Blue) = 252+244+198=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 244 (95.70% from 255 or 35.16% from 694); Blue value is 198 (77.73% from 255 or 28.53% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4C6 is #030B39. Grayscale: #F1F1F1. Windows color (decimal): -199482 or 13038844. OLE color: 13038844.

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

Color convert

RGB 252 244 198 -
CMYK 0 0.03 0.21 0.01
HSL 51.11º 0.9% 0.88% -
HSV(B) 51.11º 0.21% 0.99% -
XYZ 82.69 89.47 66.34 -
YUV 241.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 252 244 198 0 0.03 0.21 0.01 51.11 0.9 0.88
Hex FC F4 C6 0 3 15 1 33 5A 58
Octal 374 364 306 0 3 25 1 63 132 130
Binary 11111100 11110100 11000110 0 11 10101 1 110011 1011010 1011000

Color Harmonies of #FCF4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4C6

Black with #FCF4C6

Text Example


Text Example

White with #FCF4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4C6; }

 p { color: rgb(252,244,198); }

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

background-color css

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

 a { background-color: rgb(252,244,198); }

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

border-color css

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

 span { border-color: rgb(252,244,198); }

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