Html Css Color HEX #FDFFF1 Ivory

📋 copy color: '#FDFFF1'

red 253 ◦ green 255 ◦ blue 241

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

Shades of Ivory #FDFFF1

Tints of Ivory #FDFFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 32.18%

R = 33.78%
G = 34.05%
B = 32.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FDFFF1 (or 0xFDFFF1) is known color: Ivory. HEX triplet: FD, FF and F1. RGB value is (253,255,241). Sum of RGB (Red+Green+Blue) = 253+255+241=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 255 (100% from 255 or 34.05% from 749); Blue value is 241 (94.53% from 255 or 32.18% from 749); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFF1 is #02000E. Grayscale: #FCFCFC. Windows color (decimal): -131087 or 15859709. OLE color: 15859709.

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

Color convert

RGB 253 255 241 -
CMYK 0.01 0 0.05 0
HSL 68.57º 1% 0.97% -
HSV(B) 68.57º 0.05% 1% -
XYZ 92.15 98.75 97.42 -
YUV 252.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 253 255 241 0.01 0 0.05 0 68.57 1 0.97
Hex FD FF F1 1 0 5 0 45 64 61
Octal 375 377 361 1 0 5 0 105 144 141
Binary 11111101 11111111 11110001 1 0 101 0 1000101 1100100 1100001

Color Harmonies of #FDFFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFF1

Black with #FDFFF1

Text Example


Text Example

White with #FDFFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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