Html Css Color HEX #FEFEFB Ivory

📋 copy color: '#FEFEFB'

red 254 ◦ green 254 ◦ blue 251

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

Shades of Ivory #FEFEFB

Tints of Ivory #FEFEFB

RGB

 RED value IS 254 (99.61% from 255) = 33.47%

 GREEN value IS 254 (99.61% from 255) = 33.47%

 BLUE value IS 251 (98.44% from 255) = 33.07%

R = 33.47%
G = 33.47%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEFEFB (or 0xFEFEFB) is known color: Ivory. HEX triplet: FE, FE and FB. RGB value is (254,254,251). Sum of RGB (Red+Green+Blue) = 254+254+251=759 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.47% from 759); Green value is 254 (99.61% from 255 or 33.47% from 759); Blue value is 251 (98.44% from 255 or 33.07% from 759); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEFB is #010104. Grayscale: #FDFDFD. Windows color (decimal): -65797 or 16514814. OLE color: 16514814.

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

Color convert

RGB 254 254 251 -
CMYK 0 0 0.01 0.00
HSL 60º 0.6% 0.99% -
HSV(B) 60º 0.01% 1% -
XYZ 93.73 98.92 105.42 -
YUV 253.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 254 254 251 0 0 0.01 0.00 60 0.6 0.99
Hex FE FE FB 0 0 1 0 3C 3C 63
Octal 376 376 373 0 0 1 0 74 74 143
Binary 11111110 11111110 11111011 0 0 1 0 111100 111100 1100011

Color Harmonies of #FEFEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEFB

Black with #FEFEFB

Text Example


Text Example

White with #FEFEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEFB; }

 p { color: rgb(254,254,251); }

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

background-color css

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

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

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

border-color css

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

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

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