Html Css Color HEX #FCF7DC Corn Silk

📋 copy color: '#FCF7DC'

red 252 ◦ green 247 ◦ blue 220

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

Shades of Corn Silk #FCF7DC

Tints of Corn Silk #FCF7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 30.6%

R = 35.05%
G = 34.35%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCF7DC (or 0xFCF7DC) is known color: Corn Silk. HEX triplet: FC, F7 and DC. RGB value is (252,247,220). Sum of RGB (Red+Green+Blue) = 252+247+220=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 247 (96.88% from 255 or 34.35% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7DC is #030823. Grayscale: #F5F5F5. Windows color (decimal): -198692 or 14481404. OLE color: 14481404.

HSL color Cylindrical-coordinate representation of color #FCF7DC: hue angle of 50.62º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCF7DC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 247 220 -
CMYK 0 0.02 0.13 0.01
HSL 50.63º 0.84% 0.93% -
HSV(B) 50.63º 0.13% 0.99% -
XYZ 86.32 92.38 80.99 -
YUV 245.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 252 247 220 0 0.02 0.13 0.01 50.63 0.84 0.93
Hex FC F7 DC 0 2 D 1 33 54 5D
Octal 374 367 334 0 2 15 1 63 124 135
Binary 11111100 11110111 11011100 0 10 1101 1 110011 1010100 1011101

Color Harmonies of #FCF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF7DC

Black with #FCF7DC

Text Example


Text Example

White with #FCF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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