Html Css Color HEX #FDFBEA Ivory

📋 copy color: '#FDFBEA'

red 253 ◦ green 251 ◦ blue 234

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

Shades of Ivory #FDFBEA

Tints of Ivory #FDFBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 31.71%

R = 34.28%
G = 34.01%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDFBEA (or 0xFDFBEA) is known color: Ivory. HEX triplet: FD, FB and EA. RGB value is (253,251,234). Sum of RGB (Red+Green+Blue) = 253+251+234=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 234 (91.80% from 255 or 31.71% from 738); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBEA is #020415. Grayscale: #F9F9F9. Windows color (decimal): -132118 or 15399933. OLE color: 15399933.

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

Color convert

RGB 253 251 234 -
CMYK 0 0.01 0.08 0.01
HSL 53.68º 0.83% 0.95% -
HSV(B) 53.68º 0.08% 0.99% -
XYZ 89.86 95.82 91.6 -
YUV 249.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 253 251 234 0 0.01 0.08 0.01 53.68 0.83 0.95
Hex FD FB EA 0 1 8 1 36 53 5F
Octal 375 373 352 0 1 10 1 66 123 137
Binary 11111101 11111011 11101010 0 1 1000 1 110110 1010011 1011111

Color Harmonies of #FDFBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBEA

Black with #FDFBEA

Text Example


Text Example

White with #FDFBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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