Html Css Color HEX #FCF0DC Forget Me Not

📋 copy color: '#FCF0DC'

red 252 ◦ green 240 ◦ blue 220

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

Shades of Forget Me Not #FCF0DC

Tints of Forget Me Not #FCF0DC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.71%

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

R = 35.39%
G = 33.71%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCF0DC (or 0xFCF0DC) is known color: Forget Me Not. HEX triplet: FC, F0 and DC. RGB value is (252,240,220). Sum of RGB (Red+Green+Blue) = 252+240+220=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0DC is #030F23. Grayscale: #F1F1F1. Windows color (decimal): -200484 or 14479612. OLE color: 14479612.

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

Color convert

RGB 252 240 220 -
CMYK 0 0.05 0.13 0.01
HSL 37.5º 0.84% 0.93% -
HSV(B) 37.5º 0.13% 0.99% -
XYZ 84.22 88.18 80.29 -
YUV 241.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 252 240 220 0 0.05 0.13 0.01 37.5 0.84 0.93
Hex FC F0 DC 0 5 D 1 26 54 5D
Octal 374 360 334 0 5 15 1 46 124 135
Binary 11111100 11110000 11011100 0 101 1101 1 100110 1010100 1011101

Color Harmonies of #FCF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0DC

Black with #FCF0DC

Text Example


Text Example

White with #FCF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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