#F1FDE8

Color #F1FDE8 Panache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panache #F1FDE8

Tints of Panache #F1FDE8

Color information

#F1FDE8 (or 0xF1FDE8) is unknown color: approx Panache. HEX triplet: F1, FD and E8. RGB value is (241,253,232). Sum of RGB (Red+Green+Blue) = 241+253+232=726 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.20% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 232 (91.02% from 255 or 31.96% from 726); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FDE8 is #0E0217. Grayscale: #F7F7F7. Windows color (decimal): -918040 or 15269361. OLE color: 15269361.

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

Color convert

RGB241253232-
CMYK0.0500.080.01
HSL94.29º84%95.1%-
HSV(B)94.29º8.3%99.22%-
XYZ85.9794.7890.11-
YUV247.02119.52123.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.20%
GREEN value IS 253 (99.22% from 255) = 34.85%
BLUE value IS 232 (91.02% from 255) = 31.96%
R=33.20%
G=34.85%
B=31.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412532320.0500.080.0194.298495.1
HexF1FDE850815e545f
Octal36137535050101136124137
Binary111100011111110111101000101010001101111010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDE8; }

 p { color: rgb(241,253,232); }

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

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

 a { background-color: rgb(241,253,232); }

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

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

 span { border-color: rgb(241,253,232); }

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