#FBFBDC

Color #FBFBDC Light Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Yellow #FBFBDC

Tints of Light Yellow #FBFBDC

Color information

#FBFBDC (or 0xFBFBDC) is unknown color: approx Light Yellow. HEX triplet: FB, FB and DC. RGB value is (251,251,220). Sum of RGB (Red+Green+Blue) = 251+251+220=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 220 (86.33% from 255 or 30.47% from 722); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBDC is #040423. Grayscale: #F7F7F7. Windows color (decimal): -263204 or 14482427. OLE color: 14482427.

HSL color Cylindrical-coordinate representation of color #FBFBDC: hue angle of 60º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBFBDC is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251251220-
CMYK000.120.02
HSL60º79.49%92.35%-
HSV(B)60º12.35%98.43%-
XYZ87.294.6781.39-
YUV247.47112.5130.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.76%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 220 (86.33% from 255) = 30.47%
R=34.76%
G=34.76%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251220000.120.026079.4992.35
HexFBFBDC00C23c4f5c
Octal3733733340014274117134
Binary1111101111111011110111000011001011110010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBDC; }

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

 H1.HeaderClassName
 {
   color: #FBFBDC;
 }
 .AnyTagClassName
 {
   color: #FBFBDC;
 }
</style>
background-color css

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

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

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

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

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

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