Html Css Color HEX #FCF18D Milan

📋 copy color: '#FCF18D'

red 252 ◦ green 241 ◦ blue 141

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

Shades of Milan #FCF18D

Tints of Milan #FCF18D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.01%

 BLUE value IS 141 (55.47% from 255) = 22.24%

R = 39.75%
G = 38.01%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCF18D (or 0xFCF18D) is known color: Milan. HEX triplet: FC, F1 and 8D. RGB value is (252,241,141). Sum of RGB (Red+Green+Blue) = 252+241+141=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 141 (55.47% from 255 or 22.24% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF18D is #030E72. Grayscale: #E9E9E9. Windows color (decimal): -200307 or 9302524. OLE color: 9302524.

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

Color convert

RGB 252 241 141 -
CMYK 0 0.04 0.44 0.01
HSL 54.05º 0.95% 0.77% -
HSV(B) 54.05º 0.44% 0.99% -
XYZ 76.41 85.53 37.68 -
YUV 232.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 252 241 141 0 0.04 0.44 0.01 54.05 0.95 0.77
Hex FC F1 8D 0 4 2C 1 36 5F 4D
Octal 374 361 215 0 4 54 1 66 137 115
Binary 11111100 11110001 10001101 0 100 101100 1 110110 1011111 1001101

Color Harmonies of #FCF18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF18D

Black with #FCF18D

Text Example


Text Example

White with #FCF18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF18D; }

 p { color: rgb(252,241,141); }

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

background-color css

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

 a { background-color: rgb(252,241,141); }

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

border-color css

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

 span { border-color: rgb(252,241,141); }

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