Html Css Color HEX #FEFEF6 Ivory

📋 copy color: '#FEFEF6'

red 254 ◦ green 254 ◦ blue 246

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

Shades of Ivory #FEFEF6

Tints of Ivory #FEFEF6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 33.69%

 BLUE value IS 246 (96.48% from 255) = 32.63%

R = 33.69%
G = 33.69%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEFEF6 (or 0xFEFEF6) is known color: Ivory. HEX triplet: FE, FE and F6. RGB value is (254,254,246). Sum of RGB (Red+Green+Blue) = 254+254+246=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 246 (96.48% from 255 or 32.63% from 754); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF6 is #010109. Grayscale: #FDFDFD. Windows color (decimal): -65802 or 16187134. OLE color: 16187134.

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

Color convert

RGB 254 254 246 -
CMYK 0 0 0.03 0.00
HSL 60º 0.8% 0.98% -
HSV(B) 60º 0.03% 1% -
XYZ 92.95 98.61 101.32 -
YUV 253.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 254 254 246 0 0 0.03 0.00 60 0.8 0.98
Hex FE FE F6 0 0 3 0 3C 50 62
Octal 376 376 366 0 0 3 0 74 120 142
Binary 11111110 11111110 11110110 0 0 11 0 111100 1010000 1100010

Color Harmonies of #FEFEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEF6

Black with #FEFEF6

Text Example


Text Example

White with #FEFEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEF6; }

 p { color: rgb(254,254,246); }

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

background-color css

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

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

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

border-color css

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

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

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