Html Css Color HEX #FCFBEE Ivory

📋 copy color: '#FCFBEE'

red 252 ◦ green 251 ◦ blue 238

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

Shades of Ivory #FCFBEE

Tints of Ivory #FCFBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 32.12%

R = 34.01%
G = 33.87%
B = 32.12%

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

#FCFBEE (or 0xFCFBEE) is known color: Ivory. HEX triplet: FC, FB and EE. RGB value is (252,251,238). Sum of RGB (Red+Green+Blue) = 252+251+238=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 238 (93.36% from 255 or 32.12% from 741); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBEE is #030411. Grayscale: #F9F9F9. Windows color (decimal): -197650 or 15662076. OLE color: 15662076.

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

Color convert

RGB 252 251 238 -
CMYK 0 0.00 0.06 0.01
HSL 55.71º 0.7% 0.96% -
HSV(B) 55.71º 0.06% 0.99% -
XYZ 90.07 95.86 94.64 -
YUV 249.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 252 251 238 0 0.00 0.06 0.01 55.71 0.7 0.96
Hex FC FB EE 0 0 6 1 38 46 60
Octal 374 373 356 0 0 6 1 70 106 140
Binary 11111100 11111011 11101110 0 0 110 1 111000 1000110 1100000

Color Harmonies of #FCFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBEE

Black with #FCFBEE

Text Example


Text Example

White with #FCFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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