Html Css Color HEX #FDFBF0 Ivory

📋 copy color: '#FDFBF0'

red 253 ◦ green 251 ◦ blue 240

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

Shades of Ivory #FDFBF0

Tints of Ivory #FDFBF0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.74%

 BLUE value IS 240 (94.14% from 255) = 32.26%

R = 34.01%
G = 33.74%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDFBF0 (or 0xFDFBF0) is known color: Ivory. HEX triplet: FD, FB and F0. RGB value is (253,251,240). Sum of RGB (Red+Green+Blue) = 253+251+240=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 240 (94.14% from 255 or 32.26% from 744); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBF0 is #02040F. Grayscale: #FAFAFA. Windows color (decimal): -132112 or 15793149. OLE color: 15793149.

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

Color convert

RGB 253 251 240 -
CMYK 0 0.01 0.05 0.01
HSL 50.77º 0.76% 0.97% -
HSV(B) 50.77º 0.05% 0.99% -
XYZ 90.73 96.17 96.22 -
YUV 250.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 253 251 240 0 0.01 0.05 0.01 50.77 0.76 0.97
Hex FD FB F0 0 1 5 1 33 4C 61
Octal 375 373 360 0 1 5 1 63 114 141
Binary 11111101 11111011 11110000 0 1 101 1 110011 1001100 1100001

Color Harmonies of #FDFBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBF0

Black with #FDFBF0

Text Example


Text Example

White with #FDFBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBF0; }

 p { color: rgb(253,251,240); }

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

background-color css

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

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

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

border-color css

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

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

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