Html Css Color HEX #FFFFF5 Ivory

📋 copy color: '#FFFFF5'

red 255 ◦ green 255 ◦ blue 245

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

Shades of Ivory #FFFFF5

Tints of Ivory #FFFFF5

RGB

 RED value IS 255 (100% from 255) = 33.77%

 GREEN value IS 255 (100% from 255) = 33.77%

 BLUE value IS 245 (96.09% from 255) = 32.45%

R = 33.77%
G = 33.77%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFFFF5 (or 0xFFFFF5) is known color: Ivory. HEX triplet: FF, FF and F5. RGB value is (255,255,245). Sum of RGB (Red+Green+Blue) = 255+255+245=755 (100% of max value = 765). Red value is 255 (100% from 255 or 33.77% from 755); Green value is 255 (100% from 255 or 33.77% from 755); Blue value is 245 (96.09% from 255 or 32.45% from 755); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF5 is #00000A. Grayscale: #FDFDFD. Windows color (decimal): -11 or 16121855. OLE color: 16121855.

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

Color convert

RGB 255 255 245 -
CMYK 0 0 0.04 0
HSL 60º 1% 0.98% -
HSV(B) 60º 0.04% 1% -
XYZ 93.48 99.37 100.64 -
YUV 253.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 255 255 245 0 0 0.04 0 60 1 0.98
Hex FF FF F5 0 0 4 0 3C 64 62
Octal 377 377 365 0 0 4 0 74 144 142
Binary 11111111 11111111 11110101 0 0 100 0 111100 1100100 1100010

Color Harmonies of #FFFFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFF5

Black with #FFFFF5

Text Example


Text Example

White with #FFFFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFF5; }

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

 H1.HeaderClassName
 {
   color: #FFFFF5;
 }
 .AnyTagClassName
 {
   color: #FFFFF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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