#FAFFFA

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

Shades of Honeydew #FAFFFA

Tints of Honeydew #FAFFFA

Color information

#FAFFFA (or 0xFAFFFA) is unknown color: approx Honeydew. HEX triplet: FA, FF and FA. RGB value is (250,255,250). Sum of RGB (Red+Green+Blue) = 250+255+250=755 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.11% from 755); Green value is 255 (100% from 255 or 33.77% from 755); Blue value is 250 (98.05% from 255 or 33.11% from 755); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFFA is #050005. Grayscale: #FCFCFC. Windows color (decimal): -327686 or 16449530. OLE color: 16449530.

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

Color convert

RGB250255250-
CMYK0.0200.020
HSL120º100%99.02%-
HSV(B)120º1.96%100%-
XYZ92.4498.75104.63-
YUV252.94126.34125.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.11%
GREEN value IS 255 (100% from 255) = 33.77%
BLUE value IS 250 (98.05% from 255) = 33.11%
R=33.11%
G=33.77%
B=33.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552500.0200.02012010099.02
HexFAFFFA2020786463
Octal3723773722020170144143
Binary111110101111111111111010100100111100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFFA; }

 p { color: rgb(250,255,250); }

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

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

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

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

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

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

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