#FFFFFA

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

Shades of Ivory #FFFFFA

Tints of Ivory #FFFFFA

Color information

#FFFFFA (or 0xFFFFFA) is unknown color: approx Ivory. HEX triplet: FF, FF and FA. RGB value is (255,255,250). Sum of RGB (Red+Green+Blue) = 255+255+250=760 (100% of max value = 765). Red value is 255 (100% from 255 or 33.55% from 760); Green value is 255 (100% from 255 or 33.55% from 760); Blue value is 250 (98.05% from 255 or 32.89% from 760); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFFA is #000005. Grayscale: #FEFEFE. Windows color (decimal): -6 or 16449535. OLE color: 16449535.

HSL color Cylindrical-coordinate representation of color #FFFFFA: hue angle of 60º 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 #FFFFFA is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255255250-
CMYK000.020
HSL60º100%99.02%-
HSV(B)60º1.96%100%-
XYZ94.2699.68104.72-
YUV254.43125.5128.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255250000.0206010099.02
HexFFFFFA00203c6463
Octal377377372002074144143
Binary1111111111111111111110100010011110011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFFA; }

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

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

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

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

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

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

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

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