Html Css Color HEX #FDFEEE Ivory

📋 copy color: '#FDFEEE'

red 253 ◦ green 254 ◦ blue 238

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

Shades of Ivory #FDFEEE

Tints of Ivory #FDFEEE

RGB

 RED value IS 253 (99.22% from 255) = 33.96%

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

 BLUE value IS 238 (93.36% from 255) = 31.95%

R = 33.96%
G = 34.09%
B = 31.95%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FDFEEE (or 0xFDFEEE) is known color: Ivory. HEX triplet: FD, FE and EE. RGB value is (253,254,238). Sum of RGB (Red+Green+Blue) = 253+254+238=745 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.96% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 238 (93.36% from 255 or 31.95% from 745); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEEE is #020111. Grayscale: #FBFBFB. Windows color (decimal): -131346 or 15662845. OLE color: 15662845.

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

Color convert

RGB 253 254 238 -
CMYK 0.00 0 0.06 0.00
HSL 63.75º 0.89% 0.96% -
HSV(B) 63.75º 0.06% 1% -
XYZ 91.38 97.94 94.98 -
YUV 251.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 253 254 238 0.00 0 0.06 0.00 63.75 0.89 0.96
Hex FD FE EE 0 0 6 0 40 59 60
Octal 375 376 356 0 0 6 0 100 131 140
Binary 11111101 11111110 11101110 0 0 110 0 1000000 1011001 1100000

Color Harmonies of #FDFEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEEE

Black with #FDFEEE

Text Example


Text Example

White with #FDFEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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