Html Css Color HEX #FCF5BD Corn Field

📋 copy color: '#FCF5BD'

red 252 ◦ green 245 ◦ blue 189

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

Shades of Corn Field #FCF5BD

Tints of Corn Field #FCF5BD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.71%

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

R = 36.73%
G = 35.71%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCF5BD (or 0xFCF5BD) is known color: Corn Field. HEX triplet: FC, F5 and BD. RGB value is (252,245,189). Sum of RGB (Red+Green+Blue) = 252+245+189=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 189 (74.22% from 255 or 27.55% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5BD is #030A42. Grayscale: #F0F0F0. Windows color (decimal): -199235 or 12449276. OLE color: 12449276.

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

Color convert

RGB 252 245 189 -
CMYK 0 0.03 0.25 0.01
HSL 53.33º 0.91% 0.86% -
HSV(B) 53.33º 0.25% 0.99% -
XYZ 81.98 89.67 61.13 -
YUV 240.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 252 245 189 0 0.03 0.25 0.01 53.33 0.91 0.86
Hex FC F5 BD 0 3 19 1 35 5B 56
Octal 374 365 275 0 3 31 1 65 133 126
Binary 11111100 11110101 10111101 0 11 11001 1 110101 1011011 1010110

Color Harmonies of #FCF5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5BD

Black with #FCF5BD

Text Example


Text Example

White with #FCF5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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