#FCFEFC

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

Shades of Honeydew #FCFEFC

Tints of Honeydew #FCFEFC

Color information

#FCFEFC (or 0xFCFEFC) is unknown color: approx Honeydew. HEX triplet: FC, FE and FC. RGB value is (252,254,252). Sum of RGB (Red+Green+Blue) = 252+254+252=758 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.25% from 758); Green value is 254 (99.61% from 255 or 33.51% from 758); Blue value is 252 (98.83% from 255 or 33.25% from 758); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEFC is #030103. Grayscale: #FDFDFD. Windows color (decimal): -196868 or 16580348. OLE color: 16580348.

HSL color Cylindrical-coordinate representation of color #FCFEFC: hue angle of 120º degrees, saturation: 0.5, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFEFC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB252254252-
CMYK0.0100.010.00
HSL120º50%99.22%-
HSV(B)120º0.79%99.61%-
XYZ93.1698.61106.22-
YUV253.17127.34127.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.25%
GREEN value IS 254 (99.61% from 255) = 33.51%
BLUE value IS 252 (98.83% from 255) = 33.25%
R=33.25%
G=33.51%
B=33.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542520.0100.010.001205099.22
HexFCFEFC1010783263
Octal374376374101017062143
Binary111111001111111011111100101011110001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEFC; }

 p { color: rgb(252,254,252); }

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

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

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

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

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

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

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