Html Css Color HEX #FDFEF7 Ivory

📋 copy color: '#FDFEF7'

red 253 ◦ green 254 ◦ blue 247

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

Shades of Ivory #FDFEF7

Tints of Ivory #FDFEF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 32.76%

R = 33.55%
G = 33.69%
B = 32.76%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FDFEF7 (or 0xFDFEF7) is known color: Ivory. HEX triplet: FD, FE and F7. RGB value is (253,254,247). Sum of RGB (Red+Green+Blue) = 253+254+247=754 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.55% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 247 (96.88% from 255 or 32.76% from 754); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF7 is #020108. Grayscale: #FCFCFC. Windows color (decimal): -131337 or 16252669. OLE color: 16252669.

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

Color convert

RGB 253 254 247 -
CMYK 0.00 0 0.03 0.00
HSL 68.57º 0.78% 0.98% -
HSV(B) 68.57º 0.03% 1% -
XYZ 92.74 98.48 102.12 -
YUV 252.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 253 254 247 0.00 0 0.03 0.00 68.57 0.78 0.98
Hex FD FE F7 0 0 3 0 45 4E 62
Octal 375 376 367 0 0 3 0 105 116 142
Binary 11111101 11111110 11110111 0 0 11 0 1000101 1001110 1100010

Color Harmonies of #FDFEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEF7

Black with #FDFEF7

Text Example


Text Example

White with #FDFEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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