Html Css Color HEX #FCFCF7 Ivory

📋 copy color: '#FCFCF7'

red 252 ◦ green 252 ◦ blue 247

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

Shades of Ivory #FCFCF7

Tints of Ivory #FCFCF7

RGB

 RED value IS 252 (98.83% from 255) = 33.56%

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

 BLUE value IS 247 (96.88% from 255) = 32.89%

R = 33.56%
G = 33.56%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCFCF7 (or 0xFCFCF7) is known color: Ivory. HEX triplet: FC, FC and F7. RGB value is (252,252,247). Sum of RGB (Red+Green+Blue) = 252+252+247=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 247 (96.88% from 255 or 32.89% from 751); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF7 is #030308. Grayscale: #FBFBFB. Windows color (decimal): -197385 or 16252156. OLE color: 16252156.

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

Color convert

RGB 252 252 247 -
CMYK 0 0 0.02 0.01
HSL 60º 0.45% 0.98% -
HSV(B) 60º 0.02% 0.99% -
XYZ 91.74 97.03 101.89 -
YUV 251.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 252 252 247 0 0 0.02 0.01 60 0.45 0.98
Hex FC FC F7 0 0 2 1 3C 2D 62
Octal 374 374 367 0 0 2 1 74 55 142
Binary 11111100 11111100 11110111 0 0 10 1 111100 101101 1100010

Color Harmonies of #FCFCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCF7

Black with #FCFCF7

Text Example


Text Example

White with #FCFCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCF7; }

 p { color: rgb(252,252,247); }

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

background-color css

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

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

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

border-color css

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

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

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