Html Css Color HEX #FDFCEB Ivory

📋 copy color: '#FDFCEB'

red 253 ◦ green 252 ◦ blue 235

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

Shades of Ivory #FDFCEB

Tints of Ivory #FDFCEB

RGB

 RED value IS 253 (99.22% from 255) = 34.19%

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

 BLUE value IS 235 (92.19% from 255) = 31.76%

R = 34.19%
G = 34.05%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDFCEB (or 0xFDFCEB) is known color: Ivory. HEX triplet: FD, FC and EB. RGB value is (253,252,235). Sum of RGB (Red+Green+Blue) = 253+252+235=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 235 (92.19% from 255 or 31.76% from 740); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCEB is #020314. Grayscale: #FAFAFA. Windows color (decimal): -131861 or 15465725. OLE color: 15465725.

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

Color convert

RGB 253 252 235 -
CMYK 0 0.00 0.07 0.01
HSL 56.67º 0.82% 0.96% -
HSV(B) 56.67º 0.07% 0.99% -
XYZ 90.31 96.5 92.46 -
YUV 250.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 253 252 235 0 0.00 0.07 0.01 56.67 0.82 0.96
Hex FD FC EB 0 0 7 1 39 52 60
Octal 375 374 353 0 0 7 1 71 122 140
Binary 11111101 11111100 11101011 0 0 111 1 111001 1010010 1100000

Color Harmonies of #FDFCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCEB

Black with #FDFCEB

Text Example


Text Example

White with #FDFCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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