Html Css Color HEX #FEFDEB Ivory

📋 copy color: '#FEFDEB'

red 254 ◦ green 253 ◦ blue 235

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

Shades of Ivory #FEFDEB

Tints of Ivory #FEFDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 31.67%

R = 34.23%
G = 34.1%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEFDEB (or 0xFEFDEB) is known color: Ivory. HEX triplet: FE, FD and EB. RGB value is (254,253,235). Sum of RGB (Red+Green+Blue) = 254+253+235=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 235 (92.19% from 255 or 31.67% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDEB is #010214. Grayscale: #FBFBFB. Windows color (decimal): -66069 or 15465982. OLE color: 15465982.

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

Color convert

RGB 254 253 235 -
CMYK 0 0.00 0.07 0.00
HSL 56.84º 0.9% 0.96% -
HSV(B) 56.84º 0.07% 1% -
XYZ 90.99 97.32 92.59 -
YUV 251.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 254 253 235 0 0.00 0.07 0.00 56.84 0.9 0.96
Hex FE FD EB 0 0 7 0 39 5A 60
Octal 376 375 353 0 0 7 0 71 132 140
Binary 11111110 11111101 11101011 0 0 111 0 111001 1011010 1100000

Color Harmonies of #FEFDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDEB

Black with #FEFDEB

Text Example


Text Example

White with #FEFDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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