Html Css Color HEX #FDFEF2 Ivory

📋 copy color: '#FDFEF2'

red 253 ◦ green 254 ◦ blue 242

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

Shades of Ivory #FDFEF2

Tints of Ivory #FDFEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 32.31%

R = 33.78%
G = 33.91%
B = 32.31%

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

#FDFEF2 (or 0xFDFEF2) is known color: Ivory. HEX triplet: FD, FE and F2. RGB value is (253,254,242). Sum of RGB (Red+Green+Blue) = 253+254+242=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 254 (99.61% from 255 or 33.91% from 749); Blue value is 242 (94.92% from 255 or 32.31% from 749); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF2 is #02010D. Grayscale: #FCFCFC. Windows color (decimal): -131342 or 15924989. OLE color: 15924989.

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

Color convert

RGB 253 254 242 -
CMYK 0.00 0 0.05 0.00
HSL 65º 0.86% 0.97% -
HSV(B) 65º 0.05% 1% -
XYZ 91.98 98.18 98.11 -
YUV 252.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 253 254 242 0.00 0 0.05 0.00 65 0.86 0.97
Hex FD FE F2 0 0 5 0 41 56 61
Octal 375 376 362 0 0 5 0 101 126 141
Binary 11111101 11111110 11110010 0 0 101 0 1000001 1010110 1100001

Color Harmonies of #FDFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEF2

Black with #FDFEF2

Text Example


Text Example

White with #FDFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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