Html Css Color HEX #FFFFFA Ivory

📋 copy color: '#FFFFFA'

red 255 ◦ green 255 ◦ blue 250

#FFFFFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ivory #FFFFFA

Tints of Ivory #FFFFFA

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 value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFFFFA (or 0xFFFFFA) is known color: 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

RGB 255 255 250 -
CMYK 0 0 0.02 0
HSL 60º 1% 0.99% -
HSV(B) 60º 0.02% 1% -
XYZ 94.26 99.68 104.72 -
YUV 254.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 255 255 250 0 0 0.02 0 60 1 0.99
Hex FF FF FA 0 0 2 0 3C 64 63
Octal 377 377 372 0 0 2 0 74 144 143
Binary 11111111 11111111 11111010 0 0 10 0 111100 1100100 1100011

Color Harmonies of #FFFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFFA

Black with #FFFFFA

Text Example


Text Example

White with #FFFFFA

Text Example


Text Example

HTML Codes & Css Web 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>