Html Css Color HEX #FDFCEE Ivory

📋 copy color: '#FDFCEE'

red 253 ◦ green 252 ◦ blue 238

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

Shades of Ivory #FDFCEE

Tints of Ivory #FDFCEE

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 253 252 238 -
CMYK 0 0.00 0.06 0.01
HSL 56º 0.79% 0.96% -
HSV(B) 56º 0.06% 0.99% -
XYZ 90.75 96.68 94.77 -
YUV 250.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 253 252 238 0 0.00 0.06 0.01 56 0.79 0.96
Hex FD FC EE 0 0 6 1 38 4F 60
Octal 375 374 356 0 0 6 1 70 117 140
Binary 11111101 11111100 11101110 0 0 110 1 111000 1001111 1100000

Color Harmonies of #FDFCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCEE

Black with #FDFCEE

Text Example


Text Example

White with #FDFCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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