Html Css Color HEX #FCFDED Ivory

📋 copy color: '#FCFDED'

red 252 ◦ green 253 ◦ blue 237

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

Shades of Ivory #FCFDED

Tints of Ivory #FCFDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 31.94%

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

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

#FCFDED (or 0xFCFDED) is known color: Ivory. HEX triplet: FC, FD and ED. RGB value is (252,253,237). Sum of RGB (Red+Green+Blue) = 252+253+237=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 237 (92.97% from 255 or 31.94% from 742); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDED is #030212. Grayscale: #FAFAFA. Windows color (decimal): -197139 or 15597052. OLE color: 15597052.

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

Color convert

RGB 252 253 237 -
CMYK 0.00 0 0.06 0.01
HSL 63.75º 0.8% 0.96% -
HSV(B) 63.75º 0.06% 0.99% -
XYZ 90.56 97.06 94.08 -
YUV 250.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 252 253 237 0.00 0 0.06 0.01 63.75 0.8 0.96
Hex FC FD ED 0 0 6 1 40 50 60
Octal 374 375 355 0 0 6 1 100 120 140
Binary 11111100 11111101 11101101 0 0 110 1 1000000 1010000 1100000

Color Harmonies of #FCFDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDED

Black with #FCFDED

Text Example


Text Example

White with #FCFDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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