Html Css Color HEX #FDFEEF Ivory

📋 copy color: '#FDFEEF'

red 253 ◦ green 254 ◦ blue 239

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

Shades of Ivory #FDFEEF

Tints of Ivory #FDFEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 32.04%

R = 33.91%
G = 34.05%
B = 32.04%

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

#FDFEEF (or 0xFDFEEF) is known color: Ivory. HEX triplet: FD, FE and EF. RGB value is (253,254,239). Sum of RGB (Red+Green+Blue) = 253+254+239=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 239 (93.75% from 255 or 32.04% from 746); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEEF is #020110. Grayscale: #FCFCFC. Windows color (decimal): -131345 or 15728381. OLE color: 15728381.

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

Color convert

RGB 253 254 239 -
CMYK 0.00 0 0.06 0.00
HSL 64º 0.88% 0.97% -
HSV(B) 64º 0.06% 1% -
XYZ 91.53 98 95.75 -
YUV 251.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 253 254 239 0.00 0 0.06 0.00 64 0.88 0.97
Hex FD FE EF 0 0 6 0 40 58 61
Octal 375 376 357 0 0 6 0 100 130 141
Binary 11111101 11111110 11101111 0 0 110 0 1000000 1011000 1100001

Color Harmonies of #FDFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEEF

Black with #FDFEEF

Text Example


Text Example

White with #FDFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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