Html Css Color HEX #FDFDF4 Ivory

📋 copy color: '#FDFDF4'

red 253 ◦ green 253 ◦ blue 244

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

Shades of Ivory #FDFDF4

Tints of Ivory #FDFDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 32.53%

R = 33.73%
G = 33.73%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDFDF4 (or 0xFDFDF4) is known color: Ivory. HEX triplet: FD, FD and F4. RGB value is (253,253,244). Sum of RGB (Red+Green+Blue) = 253+253+244=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 244 (95.70% from 255 or 32.53% from 750); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF4 is #02020B. Grayscale: #FCFCFC. Windows color (decimal): -131596 or 16055805. OLE color: 16055805.

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

Color convert

RGB 253 253 244 -
CMYK 0 0 0.04 0.01
HSL 60º 0.69% 0.97% -
HSV(B) 60º 0.04% 0.99% -
XYZ 91.96 97.66 99.59 -
YUV 251.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 253 253 244 0 0 0.04 0.01 60 0.69 0.97
Hex FD FD F4 0 0 4 1 3C 45 61
Octal 375 375 364 0 0 4 1 74 105 141
Binary 11111101 11111101 11110100 0 0 100 1 111100 1000101 1100001

Color Harmonies of #FDFDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDF4

Black with #FDFDF4

Text Example


Text Example

White with #FDFDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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