Html Css Color HEX #FCF2B8 Corn Field

📋 copy color: '#FCF2B8'

red 252 ◦ green 242 ◦ blue 184

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

Shades of Corn Field #FCF2B8

Tints of Corn Field #FCF2B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 27.14%

R = 37.17%
G = 35.69%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCF2B8 (or 0xFCF2B8) is known color: Corn Field. HEX triplet: FC, F2 and B8. RGB value is (252,242,184). Sum of RGB (Red+Green+Blue) = 252+242+184=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 184 (72.27% from 255 or 27.14% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2B8 is #030D47. Grayscale: #EEEEEE. Windows color (decimal): -200008 or 12120828. OLE color: 12120828.

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

Color convert

RGB 252 242 184 -
CMYK 0 0.04 0.27 0.01
HSL 51.18º 0.92% 0.85% -
HSV(B) 51.18º 0.27% 0.99% -
XYZ 80.55 87.66 58.02 -
YUV 238.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 252 242 184 0 0.04 0.27 0.01 51.18 0.92 0.85
Hex FC F2 B8 0 4 1B 1 33 5C 55
Octal 374 362 270 0 4 33 1 63 134 125
Binary 11111100 11110010 10111000 0 100 11011 1 110011 1011100 1010101

Color Harmonies of #FCF2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2B8

Black with #FCF2B8

Text Example


Text Example

White with #FCF2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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