Html Css Color HEX #FCF68E Milan

📋 copy color: '#FCF68E'

red 252 ◦ green 246 ◦ blue 142

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

Shades of Milan #FCF68E

Tints of Milan #FCF68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.44%

 BLUE value IS 142 (55.86% from 255) = 22.19%

R = 39.38%
G = 38.44%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCF68E (or 0xFCF68E) is known color: Milan. HEX triplet: FC, F6 and 8E. RGB value is (252,246,142). Sum of RGB (Red+Green+Blue) = 252+246+142=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 142 (55.86% from 255 or 22.19% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF68E is #030971. Grayscale: #ECECEC. Windows color (decimal): -199026 or 9369340. OLE color: 9369340.

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

Color convert

RGB 252 246 142 -
CMYK 0 0.02 0.44 0.01
HSL 56.73º 0.95% 0.77% -
HSV(B) 56.73º 0.44% 0.99% -
XYZ 77.98 88.56 38.57 -
YUV 235.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 252 246 142 0 0.02 0.44 0.01 56.73 0.95 0.77
Hex FC F6 8E 0 2 2C 1 39 5F 4D
Octal 374 366 216 0 2 54 1 71 137 115
Binary 11111100 11110110 10001110 0 10 101100 1 111001 1011111 1001101

Color Harmonies of #FCF68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF68E

Black with #FCF68E

Text Example


Text Example

White with #FCF68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF68E; }

 p { color: rgb(252,246,142); }

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

background-color css

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

 a { background-color: rgb(252,246,142); }

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

border-color css

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

 span { border-color: rgb(252,246,142); }

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