Html Css Color HEX #FCFCF2 Ivory

📋 copy color: '#FCFCF2'

red 252 ◦ green 252 ◦ blue 242

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

Shades of Ivory #FCFCF2

Tints of Ivory #FCFCF2

RGB

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

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

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

R = 33.78%
G = 33.78%
B = 32.44%

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

#FCFCF2 (or 0xFCFCF2) is known color: Ivory. HEX triplet: FC, FC and F2. RGB value is (252,252,242). Sum of RGB (Red+Green+Blue) = 252+252+242=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 252 (98.83% from 255 or 33.78% from 746); Blue value is 242 (94.92% from 255 or 32.44% from 746); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF2 is #03030D. Grayscale: #FAFAFA. Windows color (decimal): -197390 or 15924476. OLE color: 15924476.

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

Color convert

RGB 252 252 242 -
CMYK 0 0 0.04 0.01
HSL 60º 0.63% 0.97% -
HSV(B) 60º 0.04% 0.99% -
XYZ 90.98 96.73 97.88 -
YUV 250.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 252 252 242 0 0 0.04 0.01 60 0.63 0.97
Hex FC FC F2 0 0 4 1 3C 3E 61
Octal 374 374 362 0 0 4 1 74 76 141
Binary 11111100 11111100 11110010 0 0 100 1 111100 111110 1100001

Color Harmonies of #FCFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCF2

Black with #FCFCF2

Text Example


Text Example

White with #FCFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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