Html Css Color HEX #FCFDF5 Ivory

📋 copy color: '#FCFDF5'

red 252 ◦ green 253 ◦ blue 245

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

Shades of Ivory #FCFDF5

Tints of Ivory #FCFDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 32.67%

R = 33.6%
G = 33.73%
B = 32.67%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCFDF5 (or 0xFCFDF5) is known color: Ivory. HEX triplet: FC, FD and F5. RGB value is (252,253,245). Sum of RGB (Red+Green+Blue) = 252+253+245=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDF5 is #03020A. Grayscale: #FBFBFB. Windows color (decimal): -197131 or 16121340. OLE color: 16121340.

HSL color Cylindrical-coordinate representation of color #FCFDF5: hue angle of 67.5º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FCFDF5 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 253 245 -
CMYK 0.00 0 0.03 0.01
HSL 67.5º 0.67% 0.98% -
HSV(B) 67.5º 0.03% 0.99% -
XYZ 91.75 97.54 100.38 -
YUV 251.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 252 253 245 0.00 0 0.03 0.01 67.5 0.67 0.98
Hex FC FD F5 0 0 3 1 44 43 62
Octal 374 375 365 0 0 3 1 104 103 142
Binary 11111100 11111101 11110101 0 0 11 1 1000100 1000011 1100010

Color Harmonies of #FCFDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDF5

Black with #FCFDF5

Text Example


Text Example

White with #FCFDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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