Html Css Color HEX #FDFEF1 Ivory

📋 copy color: '#FDFEF1'

red 253 ◦ green 254 ◦ blue 241

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

Shades of Ivory #FDFEF1

Tints of Ivory #FDFEF1

RGB

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

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

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

R = 33.82%
G = 33.96%
B = 32.22%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FDFEF1 (or 0xFDFEF1) is known color: Ivory. HEX triplet: FD, FE and F1. RGB value is (253,254,241). Sum of RGB (Red+Green+Blue) = 253+254+241=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 254 (99.61% from 255 or 33.96% from 748); Blue value is 241 (94.53% from 255 or 32.22% from 748); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF1 is #02010E. Grayscale: #FCFCFC. Windows color (decimal): -131343 or 15859453. OLE color: 15859453.

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

Color convert

RGB 253 254 241 -
CMYK 0.00 0 0.05 0.00
HSL 64.62º 0.87% 0.97% -
HSV(B) 64.62º 0.05% 1% -
XYZ 91.83 98.12 97.32 -
YUV 252.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 253 254 241 0.00 0 0.05 0.00 64.62 0.87 0.97
Hex FD FE F1 0 0 5 0 41 57 61
Octal 375 376 361 0 0 5 0 101 127 141
Binary 11111101 11111110 11110001 0 0 101 0 1000001 1010111 1100001

Color Harmonies of #FDFEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEF1

Black with #FDFEF1

Text Example


Text Example

White with #FDFEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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