Html Css Color HEX #FBFCF2 Ivory

📋 copy color: '#FBFCF2'

red 251 ◦ green 252 ◦ blue 242

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

Shades of Ivory #FBFCF2

Tints of Ivory #FBFCF2

RGB

 RED value IS 251 (98.44% from 255) = 33.69%

 GREEN value IS 252 (98.83% from 255) = 33.83%

 BLUE value IS 242 (94.92% from 255) = 32.48%

R = 33.69%
G = 33.83%
B = 32.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FBFCF2 (or 0xFBFCF2) is known color: Ivory. HEX triplet: FB, FC and F2. RGB value is (251,252,242). Sum of RGB (Red+Green+Blue) = 251+252+242=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 242 (94.92% from 255 or 32.48% from 745); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCF2 is #04030D. Grayscale: #FAFAFA. Windows color (decimal): -262926 or 15924475. OLE color: 15924475.

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

Color convert

RGB 251 252 242 -
CMYK 0.00 0 0.04 0.01
HSL 66º 0.63% 0.97% -
HSV(B) 66º 0.04% 0.99% -
XYZ 90.62 96.54 97.86 -
YUV 250.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 251 252 242 0.00 0 0.04 0.01 66 0.63 0.97
Hex FB FC F2 0 0 4 1 42 3E 61
Octal 373 374 362 0 0 4 1 102 76 141
Binary 11111011 11111100 11110010 0 0 100 1 1000010 111110 1100001

Color Harmonies of #FBFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFCF2

Black with #FBFCF2

Text Example


Text Example

White with #FBFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFCF2; }

 p { color: rgb(251,252,242); }

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

background-color css

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

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

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

border-color css

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

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

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