Html Css Color HEX #FCFBEC Ivory

📋 copy color: '#FCFBEC'

red 252 ◦ green 251 ◦ blue 236

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

Shades of Ivory #FCFBEC

Tints of Ivory #FCFBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.96%

 BLUE value IS 236 (92.58% from 255) = 31.94%

R = 34.1%
G = 33.96%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCFBEC (or 0xFCFBEC) is known color: Ivory. HEX triplet: FC, FB and EC. RGB value is (252,251,236). Sum of RGB (Red+Green+Blue) = 252+251+236=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 236 (92.58% from 255 or 31.94% from 739); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBEC is #030413. Grayscale: #F9F9F9. Windows color (decimal): -197652 or 15531004. OLE color: 15531004.

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

Color convert

RGB 252 251 236 -
CMYK 0 0.00 0.06 0.01
HSL 56.25º 0.73% 0.96% -
HSV(B) 56.25º 0.06% 0.99% -
XYZ 89.78 95.75 93.11 -
YUV 249.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 252 251 236 0 0.00 0.06 0.01 56.25 0.73 0.96
Hex FC FB EC 0 0 6 1 38 49 60
Octal 374 373 354 0 0 6 1 70 111 140
Binary 11111100 11111011 11101100 0 0 110 1 111000 1001001 1100000

Color Harmonies of #FCFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBEC

Black with #FCFBEC

Text Example


Text Example

White with #FCFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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