Html Css Color HEX #FCF7BD Corn Field

📋 copy color: '#FCF7BD'

red 252 ◦ green 247 ◦ blue 189

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

Shades of Corn Field #FCF7BD

Tints of Corn Field #FCF7BD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.9%

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

R = 36.63%
G = 35.9%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCF7BD (or 0xFCF7BD) is known color: Corn Field. HEX triplet: FC, F7 and BD. RGB value is (252,247,189). Sum of RGB (Red+Green+Blue) = 252+247+189=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 189 (74.22% from 255 or 27.47% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7BD is #030842. Grayscale: #F2F2F2. Windows color (decimal): -198723 or 12449788. OLE color: 12449788.

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

Color convert

RGB 252 247 189 -
CMYK 0 0.02 0.25 0.01
HSL 55.24º 0.91% 0.86% -
HSV(B) 55.24º 0.25% 0.99% -
XYZ 82.59 90.89 61.33 -
YUV 241.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 252 247 189 0 0.02 0.25 0.01 55.24 0.91 0.86
Hex FC F7 BD 0 2 19 1 37 5B 56
Octal 374 367 275 0 2 31 1 67 133 126
Binary 11111100 11110111 10111101 0 10 11001 1 110111 1011011 1010110

Color Harmonies of #FCF7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF7BD

Black with #FCF7BD

Text Example


Text Example

White with #FCF7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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