Html Css Color HEX #FEFDF6 Ivory

📋 copy color: '#FEFDF6'

red 254 ◦ green 253 ◦ blue 246

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

Shades of Ivory #FEFDF6

Tints of Ivory #FEFDF6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 33.6%

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEFDF6 (or 0xFEFDF6) is known color: Ivory. HEX triplet: FE, FD and F6. RGB value is (254,253,246). Sum of RGB (Red+Green+Blue) = 254+253+246=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 246 (96.48% from 255 or 32.67% from 753); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF6 is #010209. Grayscale: #FCFCFC. Windows color (decimal): -66058 or 16186878. OLE color: 16186878.

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

Color convert

RGB 254 253 246 -
CMYK 0 0.00 0.03 0.00
HSL 52.5º 0.8% 0.98% -
HSV(B) 52.5º 0.03% 1% -
XYZ 92.63 97.98 101.22 -
YUV 252.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 254 253 246 0 0.00 0.03 0.00 52.5 0.8 0.98
Hex FE FD F6 0 0 3 0 34 50 62
Octal 376 375 366 0 0 3 0 64 120 142
Binary 11111110 11111101 11110110 0 0 11 0 110100 1010000 1100010

Color Harmonies of #FEFDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDF6

Black with #FEFDF6

Text Example


Text Example

White with #FEFDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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