Html Css Color HEX #FCFDEE Ivory

📋 copy color: '#FCFDEE'

red 252 ◦ green 253 ◦ blue 238

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

Shades of Ivory #FCFDEE

Tints of Ivory #FCFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.05%

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

R = 33.92%
G = 34.05%
B = 32.03%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCFDEE (or 0xFCFDEE) is known color: Ivory. HEX triplet: FC, FD and EE. RGB value is (252,253,238). Sum of RGB (Red+Green+Blue) = 252+253+238=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 238 (93.36% from 255 or 32.03% from 743); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDEE is #030211. Grayscale: #FBFBFB. Windows color (decimal): -197138 or 15662588. OLE color: 15662588.

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

Color convert

RGB 252 253 238 -
CMYK 0.00 0 0.06 0.01
HSL 64º 0.79% 0.96% -
HSV(B) 64º 0.06% 0.99% -
XYZ 90.7 97.12 94.85 -
YUV 250.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 252 253 238 0.00 0 0.06 0.01 64 0.79 0.96
Hex FC FD EE 0 0 6 1 40 4F 60
Octal 374 375 356 0 0 6 1 100 117 140
Binary 11111100 11111101 11101110 0 0 110 1 1000000 1001111 1100000

Color Harmonies of #FCFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDEE

Black with #FCFDEE

Text Example


Text Example

White with #FCFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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