Html Css Color HEX #FCF0DF Forget Me Not

📋 copy color: '#FCF0DF'

red 252 ◦ green 240 ◦ blue 223

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

Shades of Forget Me Not #FCF0DF

Tints of Forget Me Not #FCF0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.19%

R = 35.24%
G = 33.57%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCF0DF (or 0xFCF0DF) is known color: Forget Me Not. HEX triplet: FC, F0 and DF. RGB value is (252,240,223). Sum of RGB (Red+Green+Blue) = 252+240+223=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0DF is #030F20. Grayscale: #F1F1F1. Windows color (decimal): -200481 or 14676220. OLE color: 14676220.

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

Color convert

RGB 252 240 223 -
CMYK 0 0.05 0.12 0.01
HSL 35.17º 0.83% 0.93% -
HSV(B) 35.17º 0.12% 0.99% -
XYZ 84.62 88.34 82.4 -
YUV 241.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 252 240 223 0 0.05 0.12 0.01 35.17 0.83 0.93
Hex FC F0 DF 0 5 C 1 23 53 5D
Octal 374 360 337 0 5 14 1 43 123 135
Binary 11111100 11110000 11011111 0 101 1100 1 100011 1010011 1011101

Color Harmonies of #FCF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0DF

Black with #FCF0DF

Text Example


Text Example

White with #FCF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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