#FFF3DF

Color #FFF3DF Forget Me Not (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forget Me Not #FFF3DF

Tints of Forget Me Not #FFF3DF

Color information

#FFF3DF (or 0xFFF3DF) is unknown color: approx Forget Me Not. HEX triplet: FF, F3 and DF. RGB value is (255,243,223). Sum of RGB (Red+Green+Blue) = 255+243+223=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 243 (95.31% from 255 or 33.70% from 721); Blue value is 223 (87.5% from 255 or 30.93% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3DF is #000C20. Grayscale: #F4F4F4. Windows color (decimal): -3105 or 14676991. OLE color: 14676991.

HSL color Cylindrical-coordinate representation of color #FFF3DF: hue angle of 37.5º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF3DF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255243223-
CMYK00.050.130
HSL37.5º100%93.73%-
HSV(B)37.5º12.55%100%-
XYZ86.6190.6982.75-
YUV244.31115.98135.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 243 (95.31% from 255) = 33.70%
BLUE value IS 223 (87.5% from 255) = 30.93%
R=35.37%
G=33.70%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524322300.050.13037.510093.73
HexFFF3DF05D026645e
Octal3773633370515046144136
Binary11111111111100111101111101011101010011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3DF; }

 p { color: rgb(255,243,223); }

 H1.HeaderClassName
 {
   color: #FFF3DF;
 }
 .AnyTagClassName
 {
   color: #FFF3DF;
 }
</style>
background-color css

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

 a { background-color: rgb(255,243,223); }

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

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

 span { border-color: rgb(255,243,223); }

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