Html Css Color HEX #FDFEF3 Ivory

📋 copy color: '#FDFEF3'

red 253 ◦ green 254 ◦ blue 243

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

Shades of Ivory #FDFEF3

Tints of Ivory #FDFEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 32.4%

R = 33.73%
G = 33.87%
B = 32.4%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FDFEF3 (or 0xFDFEF3) is known color: Ivory. HEX triplet: FD, FE and F3. RGB value is (253,254,243). Sum of RGB (Red+Green+Blue) = 253+254+243=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 254 (99.61% from 255 or 33.87% from 750); Blue value is 243 (95.31% from 255 or 32.4% from 750); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF3 is #02010C. Grayscale: #FCFCFC. Windows color (decimal): -131341 or 15990525. OLE color: 15990525.

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

Color convert

RGB 253 254 243 -
CMYK 0.00 0 0.04 0.00
HSL 65.45º 0.85% 0.97% -
HSV(B) 65.45º 0.04% 1% -
XYZ 92.13 98.24 98.9 -
YUV 252.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 253 254 243 0.00 0 0.04 0.00 65.45 0.85 0.97
Hex FD FE F3 0 0 4 0 41 55 61
Octal 375 376 363 0 0 4 0 101 125 141
Binary 11111101 11111110 11110011 0 0 100 0 1000001 1010101 1100001

Color Harmonies of #FDFEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEF3

Black with #FDFEF3

Text Example


Text Example

White with #FDFEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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