Html Css Color HEX #FFFDED Ivory

📋 copy color: '#FFFDED'

red 255 ◦ green 253 ◦ blue 237

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

Shades of Ivory #FFFDED

Tints of Ivory #FFFDED

RGB

 RED value IS 255 (100% from 255) = 34.23%

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

 BLUE value IS 237 (92.97% from 255) = 31.81%

R = 34.23%
G = 33.96%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFFDED (or 0xFFFDED) is known color: Ivory. HEX triplet: FF, FD and ED. RGB value is (255,253,237). Sum of RGB (Red+Green+Blue) = 255+253+237=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 253 (99.22% from 255 or 33.96% from 745); Blue value is 237 (92.97% from 255 or 31.81% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDED is #000212. Grayscale: #FBFBFB. Windows color (decimal): -531 or 15597055. OLE color: 15597055.

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

Color convert

RGB 255 253 237 -
CMYK 0 0.01 0.07 0
HSL 53.33º 1% 0.96% -
HSV(B) 53.33º 0.07% 1% -
XYZ 91.65 97.62 94.13 -
YUV 251.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 255 253 237 0 0.01 0.07 0 53.33 1 0.96
Hex FF FD ED 0 1 7 0 35 64 60
Octal 377 375 355 0 1 7 0 65 144 140
Binary 11111111 11111101 11101101 0 1 111 0 110101 1100100 1100000

Color Harmonies of #FFFDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDED

Black with #FFFDED

Text Example


Text Example

White with #FFFDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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