Html Css Color HEX #FDFCF4 Ivory

📋 copy color: '#FDFCF4'

red 253 ◦ green 252 ◦ blue 244

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

Shades of Ivory #FDFCF4

Tints of Ivory #FDFCF4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 33.64%

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

R = 33.78%
G = 33.64%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDFCF4 (or 0xFDFCF4) is known color: Ivory. HEX triplet: FD, FC and F4. RGB value is (253,252,244). Sum of RGB (Red+Green+Blue) = 253+252+244=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 252 (98.83% from 255 or 33.64% from 749); Blue value is 244 (95.70% from 255 or 32.58% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF4 is #02030B. Grayscale: #FBFBFB. Windows color (decimal): -131852 or 16055549. OLE color: 16055549.

HSL color Cylindrical-coordinate representation of color #FDFCF4: hue angle of 53.33º 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 #FDFCF4 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 244 -
CMYK 0 0.00 0.04 0.01
HSL 53.33º 0.69% 0.97% -
HSV(B) 53.33º 0.04% 0.99% -
XYZ 91.65 97.04 99.49 -
YUV 251.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 253 252 244 0 0.00 0.04 0.01 53.33 0.69 0.97
Hex FD FC F4 0 0 4 1 35 45 61
Octal 375 374 364 0 0 4 1 65 105 141
Binary 11111101 11111100 11110100 0 0 100 1 110101 1000101 1100001

Color Harmonies of #FDFCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCF4

Black with #FDFCF4

Text Example


Text Example

White with #FDFCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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