Html Css Color HEX #FCF2BD Corn Field

📋 copy color: '#FCF2BD'

red 252 ◦ green 242 ◦ blue 189

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

Shades of Corn Field #FCF2BD

Tints of Corn Field #FCF2BD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.43%

 BLUE value IS 189 (74.22% from 255) = 27.67%

R = 36.9%
G = 35.43%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCF2BD (or 0xFCF2BD) is known color: Corn Field. HEX triplet: FC, F2 and BD. RGB value is (252,242,189). Sum of RGB (Red+Green+Blue) = 252+242+189=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2BD is #030D42. Grayscale: #EFEFEF. Windows color (decimal): -200003 or 12448508. OLE color: 12448508.

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

Color convert

RGB 252 242 189 -
CMYK 0 0.04 0.25 0.01
HSL 50.48º 0.91% 0.86% -
HSV(B) 50.48º 0.25% 0.99% -
XYZ 81.08 87.87 60.83 -
YUV 238.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 252 242 189 0 0.04 0.25 0.01 50.48 0.91 0.86
Hex FC F2 BD 0 4 19 1 32 5B 56
Octal 374 362 275 0 4 31 1 62 133 126
Binary 11111100 11110010 10111101 0 100 11001 1 110010 1011011 1010110

Color Harmonies of #FCF2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2BD

Black with #FCF2BD

Text Example


Text Example

White with #FCF2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2BD; }

 p { color: rgb(252,242,189); }

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

background-color css

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

 a { background-color: rgb(252,242,189); }

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

border-color css

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

 span { border-color: rgb(252,242,189); }

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