Html Css Color HEX #FCFBEF Ivory

📋 copy color: '#FCFBEF'

red 252 ◦ green 251 ◦ blue 239

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

Shades of Ivory #FCFBEF

Tints of Ivory #FCFBEF

RGB

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

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

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

R = 33.96%
G = 33.83%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCFBEF (or 0xFCFBEF) is known color: Ivory. HEX triplet: FC, FB and EF. RGB value is (252,251,239). Sum of RGB (Red+Green+Blue) = 252+251+239=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 239 (93.75% from 255 or 32.21% from 742); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBEF is #030410. Grayscale: #F9F9F9. Windows color (decimal): -197649 or 15727612. OLE color: 15727612.

HSL color Cylindrical-coordinate representation of color #FCFBEF: hue angle of 55.38º 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 #FCFBEF is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 239 -
CMYK 0 0.00 0.05 0.01
HSL 55.38º 0.68% 0.96% -
HSV(B) 55.38º 0.05% 0.99% -
XYZ 90.22 95.92 95.42 -
YUV 249.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 252 251 239 0 0.00 0.05 0.01 55.38 0.68 0.96
Hex FC FB EF 0 0 5 1 37 44 60
Octal 374 373 357 0 0 5 1 67 104 140
Binary 11111100 11111011 11101111 0 0 101 1 110111 1000100 1100000

Color Harmonies of #FCFBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBEF

Black with #FCFBEF

Text Example


Text Example

White with #FCFBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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