Html Css Color HEX #FDFFEE Ivory

📋 copy color: '#FDFFEE'

red 253 ◦ green 255 ◦ blue 238

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

Shades of Ivory #FDFFEE

Tints of Ivory #FDFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 34.18%

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

R = 33.91%
G = 34.18%
B = 31.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FDFFEE (or 0xFDFFEE) is known color: Ivory. HEX triplet: FD, FF and EE. RGB value is (253,255,238). Sum of RGB (Red+Green+Blue) = 253+255+238=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 238 (93.36% from 255 or 31.90% from 746); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFEE is #020011. Grayscale: #FCFCFC. Windows color (decimal): -131090 or 15663101. OLE color: 15663101.

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

Color convert

RGB 253 255 238 -
CMYK 0.01 0 0.07 0
HSL 67.06º 1% 0.97% -
HSV(B) 67.06º 0.07% 1% -
XYZ 91.7 98.58 95.08 -
YUV 252.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 253 255 238 0.01 0 0.07 0 67.06 1 0.97
Hex FD FF EE 1 0 7 0 43 64 61
Octal 375 377 356 1 0 7 0 103 144 141
Binary 11111101 11111111 11101110 1 0 111 0 1000011 1100100 1100001

Color Harmonies of #FDFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFEE

Black with #FDFFEE

Text Example


Text Example

White with #FDFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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