Html Css Color HEX #FDFDEE Ivory

📋 copy color: '#FDFDEE'

red 253 ◦ green 253 ◦ blue 238

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

Shades of Ivory #FDFDEE

Tints of Ivory #FDFDEE

RGB

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

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

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

R = 34.01%
G = 34.01%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDFDEE (or 0xFDFDEE) is known color: Ivory. HEX triplet: FD, FD and EE. RGB value is (253,253,238). Sum of RGB (Red+Green+Blue) = 253+253+238=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 238 (93.36% from 255 or 31.99% from 744); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDEE is #020211. Grayscale: #FBFBFB. Windows color (decimal): -131602 or 15662589. OLE color: 15662589.

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

Color convert

RGB 253 253 238 -
CMYK 0 0 0.06 0.01
HSL 60º 0.79% 0.96% -
HSV(B) 60º 0.06% 0.99% -
XYZ 91.07 97.31 94.87 -
YUV 251.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 253 253 238 0 0 0.06 0.01 60 0.79 0.96
Hex FD FD EE 0 0 6 1 3C 4F 60
Octal 375 375 356 0 0 6 1 74 117 140
Binary 11111101 11111101 11101110 0 0 110 1 111100 1001111 1100000

Color Harmonies of #FDFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDEE

Black with #FDFDEE

Text Example


Text Example

White with #FDFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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