Html Css Color HEX #FCFCEF Ivory

📋 copy color: '#FCFCEF'

red 252 ◦ green 252 ◦ blue 239

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

Shades of Ivory #FCFCEF

Tints of Ivory #FCFCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 32.17%

R = 33.92%
G = 33.92%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCFCEF (or 0xFCFCEF) is known color: Ivory. HEX triplet: FC, FC and EF. RGB value is (252,252,239). Sum of RGB (Red+Green+Blue) = 252+252+239=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 239 (93.75% from 255 or 32.17% from 743); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCEF is #030310. Grayscale: #FAFAFA. Windows color (decimal): -197393 or 15727868. OLE color: 15727868.

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

Color convert

RGB 252 252 239 -
CMYK 0 0 0.05 0.01
HSL 60º 0.68% 0.96% -
HSV(B) 60º 0.05% 0.99% -
XYZ 90.54 96.55 95.53 -
YUV 250.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 252 252 239 0 0 0.05 0.01 60 0.68 0.96
Hex FC FC EF 0 0 5 1 3C 44 60
Octal 374 374 357 0 0 5 1 74 104 140
Binary 11111100 11111100 11101111 0 0 101 1 111100 1000100 1100000

Color Harmonies of #FCFCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCEF

Black with #FCFCEF

Text Example


Text Example

White with #FCFCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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