Html Css Color HEX #FDFDF1 Ivory

📋 copy color: '#FDFDF1'

red 253 ◦ green 253 ◦ blue 241

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

Shades of Ivory #FDFDF1

Tints of Ivory #FDFDF1

RGB

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

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

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

R = 33.87%
G = 33.87%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDFDF1 (or 0xFDFDF1) is known color: Ivory. HEX triplet: FD, FD and F1. RGB value is (253,253,241). Sum of RGB (Red+Green+Blue) = 253+253+241=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 253 (99.22% from 255 or 33.87% from 747); Blue value is 241 (94.53% from 255 or 32.26% from 747); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF1 is #02020E. Grayscale: #FBFBFB. Windows color (decimal): -131599 or 15859197. OLE color: 15859197.

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

Color convert

RGB 253 253 241 -
CMYK 0 0 0.05 0.01
HSL 60º 0.75% 0.97% -
HSV(B) 60º 0.05% 0.99% -
XYZ 91.51 97.48 97.21 -
YUV 251.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 253 253 241 0 0 0.05 0.01 60 0.75 0.97
Hex FD FD F1 0 0 5 1 3C 4B 61
Octal 375 375 361 0 0 5 1 74 113 141
Binary 11111101 11111101 11110001 0 0 101 1 111100 1001011 1100001

Color Harmonies of #FDFDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDF1

Black with #FDFDF1

Text Example


Text Example

White with #FDFDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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