Html Css Color HEX #FEFEFD Ivory

📋 copy color: '#FEFEFD'

red 254 ◦ green 254 ◦ blue 253

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

Shades of Ivory #FEFEFD

Tints of Ivory #FEFEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 33.25%

R = 33.38%
G = 33.38%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEFEFD (or 0xFEFEFD) is known color: Ivory. HEX triplet: FE, FE and FD. RGB value is (254,254,253). Sum of RGB (Red+Green+Blue) = 254+254+253=761 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.38% from 761); Green value is 254 (99.61% from 255 or 33.38% from 761); Blue value is 253 (99.22% from 255 or 33.25% from 761); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEFD is #010102. Grayscale: #FDFDFD. Windows color (decimal): -65795 or 16645886. OLE color: 16645886.

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

Color convert

RGB 254 254 253 -
CMYK 0 0 0.00 0.00
HSL 60º 0.33% 0.99% -
HSV(B) 60º 0% 1% -
XYZ 94.04 99.05 107.09 -
YUV 253.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 254 254 253 0 0 0.00 0.00 60 0.33 0.99
Hex FE FE FD 0 0 0 0 3C 21 63
Octal 376 376 375 0 0 0 0 74 41 143
Binary 11111110 11111110 11111101 0 0 0 0 111100 100001 1100011

Color Harmonies of #FEFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEFD

Black with #FEFEFD

Text Example


Text Example

White with #FEFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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