Html Css Color HEX #FDFFEF Ivory

📋 copy color: '#FDFFEF'

red 253 ◦ green 255 ◦ blue 239

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

Shades of Ivory #FDFFEF

Tints of Ivory #FDFFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 34.14%

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

R = 33.87%
G = 34.14%
B = 31.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FDFFEF (or 0xFDFFEF) is known color: Ivory. HEX triplet: FD, FF and EF. RGB value is (253,255,239). Sum of RGB (Red+Green+Blue) = 253+255+239=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 239 (93.75% from 255 or 31.99% from 747); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFEF is #020010. Grayscale: #FCFCFC. Windows color (decimal): -131089 or 15728637. OLE color: 15728637.

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

Color convert

RGB 253 255 239 -
CMYK 0.01 0 0.06 0
HSL 67.5º 1% 0.97% -
HSV(B) 67.5º 0.06% 1% -
XYZ 91.85 98.63 95.86 -
YUV 252.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 253 255 239 0.01 0 0.06 0 67.5 1 0.97
Hex FD FF EF 1 0 6 0 44 64 61
Octal 375 377 357 1 0 6 0 104 144 141
Binary 11111101 11111111 11101111 1 0 110 0 1000100 1100100 1100001

Color Harmonies of #FDFFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFEF

Black with #FDFFEF

Text Example


Text Example

White with #FDFFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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