Html Css Color HEX #FCFCEE Ivory

📋 copy color: '#FCFCEE'

red 252 ◦ green 252 ◦ blue 238

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

Shades of Ivory #FCFCEE

Tints of Ivory #FCFCEE

RGB

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

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

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

R = 33.96%
G = 33.96%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCFCEE (or 0xFCFCEE) is known color: Ivory. HEX triplet: FC, FC and EE. RGB value is (252,252,238). Sum of RGB (Red+Green+Blue) = 252+252+238=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 238 (93.36% from 255 or 32.08% from 742); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCEE is #030311. Grayscale: #FAFAFA. Windows color (decimal): -197394 or 15662332. OLE color: 15662332.

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

Color convert

RGB 252 252 238 -
CMYK 0 0 0.06 0.01
HSL 60º 0.7% 0.96% -
HSV(B) 60º 0.06% 0.99% -
XYZ 90.39 96.49 94.75 -
YUV 250.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 252 252 238 0 0 0.06 0.01 60 0.7 0.96
Hex FC FC EE 0 0 6 1 3C 46 60
Octal 374 374 356 0 0 6 1 74 106 140
Binary 11111100 11111100 11101110 0 0 110 1 111100 1000110 1100000

Color Harmonies of #FCFCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCEE

Black with #FCFCEE

Text Example


Text Example

White with #FCFCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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