Html Css Color HEX #FCFDF2 Ivory

📋 copy color: '#FCFDF2'

red 252 ◦ green 253 ◦ blue 242

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

Shades of Ivory #FCFDF2

Tints of Ivory #FCFDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 32.4%

R = 33.73%
G = 33.87%
B = 32.4%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCFDF2 (or 0xFCFDF2) is known color: Ivory. HEX triplet: FC, FD and F2. RGB value is (252,253,242). Sum of RGB (Red+Green+Blue) = 252+253+242=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 253 (99.22% from 255 or 33.87% from 747); Blue value is 242 (94.92% from 255 or 32.40% from 747); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDF2 is #03020D. Grayscale: #FBFBFB. Windows color (decimal): -197134 or 15924732. OLE color: 15924732.

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

Color convert

RGB 252 253 242 -
CMYK 0.00 0 0.04 0.01
HSL 65.45º 0.73% 0.97% -
HSV(B) 65.45º 0.04% 0.99% -
XYZ 91.3 97.36 97.98 -
YUV 251.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 252 253 242 0.00 0 0.04 0.01 65.45 0.73 0.97
Hex FC FD F2 0 0 4 1 41 49 61
Octal 374 375 362 0 0 4 1 101 111 141
Binary 11111100 11111101 11110010 0 0 100 1 1000001 1001001 1100001

Color Harmonies of #FCFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDF2

Black with #FCFDF2

Text Example


Text Example

White with #FCFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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