#FCFDFC

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

Shades of Honeydew #FCFDFC

Tints of Honeydew #FCFDFC

Color information

#FCFDFC (or 0xFCFDFC) is unknown color: approx Honeydew. HEX triplet: FC, FD and FC. RGB value is (252,253,252). Sum of RGB (Red+Green+Blue) = 252+253+252=757 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.29% from 757); Green value is 253 (99.22% from 255 or 33.42% from 757); Blue value is 252 (98.83% from 255 or 33.29% from 757); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDFC is #030203. Grayscale: #FCFCFC. Windows color (decimal): -197124 or 16580092. OLE color: 16580092.

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

Color convert

RGB252253252-
CMYK0.0000.000.01
HSL120º20%99.02%-
HSV(B)120º0.4%99.22%-
XYZ92.8497.97106.11-
YUV252.59127.67127.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.29%
GREEN value IS 253 (99.22% from 255) = 33.42%
BLUE value IS 252 (98.83% from 255) = 33.29%
R=33.29%
G=33.42%
B=33.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532520.0000.000.011202099.02
HexFCFDFC0001781463
Octal374375374000117024143
Binary11111100111111011111110000011111000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDFC; }

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

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

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

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

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

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

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

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