Html Css Color HEX #FCFCFB Ivory

📋 copy color: '#FCFCFB'

red 252 ◦ green 252 ◦ blue 251

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

Shades of Ivory #FCFCFB

Tints of Ivory #FCFCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 33.25%

R = 33.38%
G = 33.38%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCFCFB (or 0xFCFCFB) is known color: Ivory. HEX triplet: FC, FC and FB. RGB value is (252,252,251). Sum of RGB (Red+Green+Blue) = 252+252+251=755 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.38% from 755); Green value is 252 (98.83% from 255 or 33.38% from 755); Blue value is 251 (98.44% from 255 or 33.25% from 755); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCFB is #030304. Grayscale: #FBFBFB. Windows color (decimal): -197381 or 16514300. OLE color: 16514300.

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

Color convert

RGB 252 252 251 -
CMYK 0 0 0.00 0.01
HSL 60º 0.14% 0.99% -
HSV(B) 60º 0% 0.99% -
XYZ 92.37 97.28 105.18 -
YUV 251.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 252 252 251 0 0 0.00 0.01 60 0.14 0.99
Hex FC FC FB 0 0 0 1 3C E 63
Octal 374 374 373 0 0 0 1 74 16 143
Binary 11111100 11111100 11111011 0 0 0 1 111100 1110 1100011

Color Harmonies of #FCFCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCFB

Black with #FCFCFB

Text Example


Text Example

White with #FCFCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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