Html Css Color HEX #FCFCFA Ivory

📋 copy color: '#FCFCFA'

red 252 ◦ green 252 ◦ blue 250

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

Shades of Ivory #FCFCFA

Tints of Ivory #FCFCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 33.16%

R = 33.42%
G = 33.42%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCFCFA (or 0xFCFCFA) is known color: Ivory. HEX triplet: FC, FC and FA. RGB value is (252,252,250). Sum of RGB (Red+Green+Blue) = 252+252+250=754 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.42% from 754); Green value is 252 (98.83% from 255 or 33.42% from 754); Blue value is 250 (98.05% from 255 or 33.16% from 754); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCFA is #030305. Grayscale: #FBFBFB. Windows color (decimal): -197382 or 16448764. OLE color: 16448764.

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

Color convert

RGB 252 252 250 -
CMYK 0 0 0.01 0.01
HSL 60º 0.25% 0.98% -
HSV(B) 60º 0.01% 0.99% -
XYZ 92.21 97.22 104.35 -
YUV 251.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 252 252 250 0 0 0.01 0.01 60 0.25 0.98
Hex FC FC FA 0 0 1 1 3C 19 62
Octal 374 374 372 0 0 1 1 74 31 142
Binary 11111100 11111100 11111010 0 0 1 1 111100 11001 1100010

Color Harmonies of #FCFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCFA

Black with #FCFCFA

Text Example


Text Example

White with #FCFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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