Html Css Color HEX #FEFFF7 Ivory

📋 copy color: '#FEFFF7'

red 254 ◦ green 255 ◦ blue 247

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

Shades of Ivory #FEFFF7

Tints of Ivory #FEFFF7

RGB

 RED value IS 254 (99.61% from 255) = 33.6%

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

 BLUE value IS 247 (96.88% from 255) = 32.67%

R = 33.6%
G = 33.73%
B = 32.67%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FEFFF7 (or 0xFEFFF7) is known color: Ivory. HEX triplet: FE, FF and F7. RGB value is (254,255,247). Sum of RGB (Red+Green+Blue) = 254+255+247=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 255 (100% from 255 or 33.73% from 756); Blue value is 247 (96.88% from 255 or 32.67% from 756); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF7 is #010008. Grayscale: #FDFDFD. Windows color (decimal): -65545 or 16252926. OLE color: 16252926.

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

Color convert

RGB 254 255 247 -
CMYK 0.00 0 0.03 0
HSL 67.5º 1% 0.98% -
HSV(B) 67.5º 0.03% 1% -
XYZ 93.42 99.31 102.24 -
YUV 253.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 254 255 247 0.00 0 0.03 0 67.5 1 0.98
Hex FE FF F7 0 0 3 0 44 64 62
Octal 376 377 367 0 0 3 0 104 144 142
Binary 11111110 11111111 11110111 0 0 11 0 1000100 1100100 1100010

Color Harmonies of #FEFFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFF7

Black with #FEFFF7

Text Example


Text Example

White with #FEFFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFF7; }

 p { color: rgb(254,255,247); }

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

background-color css

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

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

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

border-color css

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

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

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